#CDE9EE

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

Shades of Onahau #CDE9EE

Tints of Onahau #CDE9EE

Color information

#CDE9EE (or 0xCDE9EE) is unknown color: approx Onahau. HEX triplet: CD, E9 and EE. RGB value is (205,233,238). Sum of RGB (Red+Green+Blue) = 205+233+238=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9EE is #321611. Grayscale: #E1E1E1. Windows color (decimal): -3282450 or 15657421. OLE color: 15657421.

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

Color convert

RGB205233238-
CMYK0.140.0200.07
HSL189.09º49.25%86.86%-
HSV(B)189.09º13.87%93.33%-
XYZ69.7577.4392.16-
YUV225.2135.22113.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.33%
GREEN value IS 233 (91.41% from 255) = 34.47%
BLUE value IS 238 (93.36% from 255) = 35.21%
R=30.33%
G=34.47%
B=35.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052332380.140.0200.07189.0949.2586.86
HexCDE9EEE207bd3157
Octal3153513561620727561127
Binary1100110111101001111011101110100111101111011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9EE; }

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

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

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

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

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

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

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

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