#DAEAE6

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

Shades of Tranquil #DAEAE6

Tints of Tranquil #DAEAE6

Color information

#DAEAE6 (or 0xDAEAE6) is unknown color: approx Tranquil. HEX triplet: DA, EA and E6. RGB value is (218,234,230). Sum of RGB (Red+Green+Blue) = 218+234+230=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAE6 is #251519. Grayscale: #E4E4E4. Windows color (decimal): -2430234 or 15133402. OLE color: 15133402.

HSL color Cylindrical-coordinate representation of color #DAEAE6: hue angle of 165º 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 #DAEAE6 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB218234230-
CMYK0.0700.020.08
HSL165º27.59%88.63%-
HSV(B)165º6.84%91.76%-
XYZ72.6279.4686.37-
YUV228.76128.7120.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 230 (90.23% from 255) = 33.72%
R=31.96%
G=34.31%
B=33.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342300.0700.020.0816527.5988.63
HexDAEAE67028a51c59
Octal3323523467021024534131
Binary110110101110101011100110111010100010100101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAE6; }

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

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

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

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

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

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

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

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