#CDE4E9

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

Shades of Onahau #CDE4E9

Tints of Onahau #CDE4E9

Color information

#CDE4E9 (or 0xCDE4E9) is unknown color: approx Onahau. HEX triplet: CD, E4 and E9. RGB value is (205,228,233). Sum of RGB (Red+Green+Blue) = 205+228+233=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDE4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4E9 is #321B16. Grayscale: #DDDDDD. Windows color (decimal): -3283735 or 15328461. OLE color: 15328461.

HSL color Cylindrical-coordinate representation of color #CDE4E9: hue angle of 190.71º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE4E9 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205228233-
CMYK0.120.0200.09
HSL190.71º38.89%85.88%-
HSV(B)190.71º12.02%91.37%-
XYZ67.6374.3587.88-
YUV221.69134.38116.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.78%
GREEN value IS 228 (89.45% from 255) = 34.23%
BLUE value IS 233 (91.41% from 255) = 34.98%
R=30.78%
G=34.23%
B=34.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052282330.120.0200.09190.7138.8985.88
HexCDE4E9C209bf2756
Octal31534435114201127747126
Binary11001101111001001110100111001001001101111111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4E9; }

 p { color: rgb(205,228,233); }

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

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

 a { background-color: rgb(205,228,233); }

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

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

 span { border-color: rgb(205,228,233); }

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