#CDE6EA

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

Shades of Onahau #CDE6EA

Tints of Onahau #CDE6EA

Color information

#CDE6EA (or 0xCDE6EA) is unknown color: approx Onahau. HEX triplet: CD, E6 and EA. RGB value is (205,230,234). Sum of RGB (Red+Green+Blue) = 205+230+234=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 230 (90.23% from 255 or 34.38% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE6EA is #321915. Grayscale: #DEDEDE. Windows color (decimal): -3283222 or 15394509. OLE color: 15394509.

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

Color convert

RGB205230234-
CMYK0.120.0200.08
HSL188.28º40.85%86.08%-
HSV(B)188.28º12.39%91.76%-
XYZ68.3275.5188.82-
YUV222.98134.22115.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.64%
GREEN value IS 230 (90.23% from 255) = 34.38%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=30.64%
G=34.38%
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.08
SystemRedGreenBlueCMYKHSL
Decimal2052302340.120.0200.08188.2840.8586.08
HexCDE6EAC208bc2956
Octal31534635214201027451126
Binary11001101111001101110101011001001000101111001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE6EA; }

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

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

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

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

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

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

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

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