#CDE5E9

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

Shades of Onahau #CDE5E9

Tints of Onahau #CDE5E9

Color information

#CDE5E9 (or 0xCDE5E9) is unknown color: approx Onahau. HEX triplet: CD, E5 and E9. RGB value is (205,229,233). Sum of RGB (Red+Green+Blue) = 205+229+233=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDE5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE5E9 is #321A16. Grayscale: #DEDEDE. Windows color (decimal): -3283479 or 15328717. OLE color: 15328717.

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

Color convert

RGB205229233-
CMYK0.120.0200.09
HSL188.57º38.89%85.88%-
HSV(B)188.57º12.02%91.37%-
XYZ67.974.987.97-
YUV222.28134.05115.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.73%
GREEN value IS 229 (89.84% from 255) = 34.33%
BLUE value IS 233 (91.41% from 255) = 34.93%
R=30.73%
G=34.33%
B=34.93%

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
Decimal2052292330.120.0200.09188.5738.8985.88
HexCDE5E9C209bd2756
Octal31534535114201127547126
Binary11001101111001011110100111001001001101111011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5E9; }

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

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

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

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

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

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

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

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