#CDE7EC

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

Shades of Onahau #CDE7EC

Tints of Onahau #CDE7EC

Color information

#CDE7EC (or 0xCDE7EC) is unknown color: approx Onahau. HEX triplet: CD, E7 and EC. RGB value is (205,231,236). Sum of RGB (Red+Green+Blue) = 205+231+236=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE7EC is #321813. Grayscale: #DFDFDF. Windows color (decimal): -3282964 or 15525837. OLE color: 15525837.

HSL color Cylindrical-coordinate representation of color #CDE7EC: hue angle of 189.68º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDE7EC is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205231236-
CMYK0.130.0200.07
HSL189.68º44.93%86.47%-
HSV(B)189.68º13.14%92.55%-
XYZ68.8976.1990.43-
YUV223.8134.89114.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.51%
GREEN value IS 231 (90.62% from 255) = 34.38%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=30.51%
G=34.38%
B=35.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052312360.130.0200.07189.6844.9386.47
HexCDE7ECD207be2d56
Octal3153473541520727655126
Binary1100110111100111111011001101100111101111101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7EC; }

 p { color: rgb(205,231,236); }

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

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

 a { background-color: rgb(205,231,236); }

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

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

 span { border-color: rgb(205,231,236); }

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