#DAEDEA

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

Shades of Tranquil #DAEDEA

Tints of Tranquil #DAEDEA

Color information

#DAEDEA (or 0xDAEDEA) is unknown color: approx Tranquil. HEX triplet: DA, ED and EA. RGB value is (218,237,234). Sum of RGB (Red+Green+Blue) = 218+237+234=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDEA is #251215. Grayscale: #E6E6E6. Windows color (decimal): -2429462 or 15396314. OLE color: 15396314.

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

Color convert

RGB218237234-
CMYK0.0800.010.07
HSL170.53º34.55%89.22%-
HSV(B)170.53º8.02%92.94%-
XYZ74.0581.4189.65-
YUV230.98129.71118.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.64%
GREEN value IS 237 (92.97% from 255) = 34.40%
BLUE value IS 234 (91.80% from 255) = 33.96%
R=31.64%
G=34.40%
B=33.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182372340.0800.010.07170.5334.5589.22
HexDAEDEA8017ab2359
Octal3323553521001725343131
Binary110110101110110111101010100001111101010111000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDEA; }

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

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

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

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

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

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

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

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