#CDE9EF

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

Shades of Onahau #CDE9EF

Tints of Onahau #CDE9EF

Color information

#CDE9EF (or 0xCDE9EF) is unknown color: approx Onahau. HEX triplet: CD, E9 and EF. RGB value is (205,233,239). Sum of RGB (Red+Green+Blue) = 205+233+239=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 233 (91.41% from 255 or 34.42% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9EF is #321610. Grayscale: #E1E1E1. Windows color (decimal): -3282449 or 15722957. OLE color: 15722957.

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

Color convert

RGB205233239-
CMYK0.140.0300.06
HSL190.59º51.52%87.06%-
HSV(B)190.59º14.23%93.73%-
XYZ69.977.4992.93-
YUV225.31135.72113.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.28%
GREEN value IS 233 (91.41% from 255) = 34.42%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=30.28%
G=34.42%
B=35.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052332390.140.0300.06190.5951.5287.06
HexCDE9EFE306bf3457
Octal3153513571630627764127
Binary1100110111101001111011111110110110101111111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9EF; }

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

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

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

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

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

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

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

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