#DAEAE7

Color #DAEAE7 Tranquil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tranquil #DAEAE7

Tints of Tranquil #DAEAE7

Color information

#DAEAE7 (or 0xDAEAE7) is unknown color: approx Tranquil. HEX triplet: DA, EA and E7. RGB value is (218,234,231). Sum of RGB (Red+Green+Blue) = 218+234+231=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 231 (90.62% from 255 or 33.82% from 683); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAE7 is #251518. Grayscale: #E4E4E4. Windows color (decimal): -2430233 or 15198938. OLE color: 15198938.

HSL color Cylindrical-coordinate representation of color #DAEAE7: hue angle of 168.75º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAEAE7 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB218234231-
CMYK0.0700.010.08
HSL168.75º27.59%88.63%-
HSV(B)168.75º6.84%91.76%-
XYZ72.7679.5287.12-
YUV228.87129.2120.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 31.92%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 231 (90.62% from 255) = 33.82%
R=31.92%
G=34.26%
B=33.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342310.0700.010.08168.7527.5988.63
HexDAEAE77018a91c59
Octal3323523477011025134131
Binary11011010111010101110011111101100010101001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAE7; }

 p { color: rgb(218,234,231); }

 H1.HeaderClassName
 {
   color: #DAEAE7;
 }
 .AnyTagClassName
 {
   color: #DAEAE7;
 }
</style>
background-color css

<style>
 a { background-color: #DAEAE7; }

 a { background-color: rgb(218,234,231); }

 div.DivClassName
 {
   background-color: #DAEAE7;
 }
 .BgClassName
 {
   background-color: #DAEAE7;
 }
</style>
border-color css

<style>
 span { border-color: #DAEAE7; }

 span { border-color: rgb(218,234,231); }

 td.TdClassName
 {
   border-color: #DAEAE7;
 }
 .TagClassName
 {
   border-color: #DAEAE7;
 }
</style>