#CDE3E8

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

Shades of Onahau #CDE3E8

Tints of Onahau #CDE3E8

Color information

#CDE3E8 (or 0xCDE3E8) is unknown color: approx Onahau. HEX triplet: CD, E3 and E8. RGB value is (205,227,232). Sum of RGB (Red+Green+Blue) = 205+227+232=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 227 (89.06% from 255 or 34.19% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDE3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3E8 is #321C17. Grayscale: #DCDCDC. Windows color (decimal): -3283992 or 15262669. OLE color: 15262669.

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

Color convert

RGB205227232-
CMYK0.120.0200.09
HSL191.11º36.99%85.69%-
HSV(B)191.11º11.64%90.98%-
XYZ67.2173.7487.04-
YUV220.99134.21116.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.87%
GREEN value IS 227 (89.06% from 255) = 34.19%
BLUE value IS 232 (91.02% from 255) = 34.94%
R=30.87%
G=34.19%
B=34.94%

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
Decimal2052272320.120.0200.09191.1136.9985.69
HexCDE3E8C209bf2556
Octal31534335014201127745126
Binary11001101111000111110100011001001001101111111001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE3E8; }

 p { color: rgb(205,227,232); }

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

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

 a { background-color: rgb(205,227,232); }

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

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

 span { border-color: rgb(205,227,232); }

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