#CDE8EE

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

Shades of Onahau #CDE8EE

Tints of Onahau #CDE8EE

Color information

#CDE8EE (or 0xCDE8EE) is unknown color: approx Onahau. HEX triplet: CD, E8 and EE. RGB value is (205,232,238). Sum of RGB (Red+Green+Blue) = 205+232+238=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE8EE is #321711. Grayscale: #E0E0E0. Windows color (decimal): -3282706 or 15657165. OLE color: 15657165.

HSL color Cylindrical-coordinate representation of color #CDE8EE: hue angle of 190.91º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDE8EE is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205232238-
CMYK0.140.0300.07
HSL190.91º49.25%86.86%-
HSV(B)190.91º13.87%93.33%-
XYZ69.4776.8792.06-
YUV224.61135.55114.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.37%
GREEN value IS 232 (91.02% from 255) = 34.37%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=30.37%
G=34.37%
B=35.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052322380.140.0300.07190.9149.2586.86
HexCDE8EEE307bf3157
Octal3153503561630727761127
Binary1100110111101000111011101110110111101111111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE8EE; }

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

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

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

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

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

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

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

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