#CDE9F0

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

Shades of Onahau #CDE9F0

Tints of Onahau #CDE9F0

Color information

#CDE9F0 (or 0xCDE9F0) is unknown color: approx Onahau. HEX triplet: CD, E9 and F0. RGB value is (205,233,240). Sum of RGB (Red+Green+Blue) = 205+233+240=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 233 (91.41% from 255 or 34.37% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDE9F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9F0 is #32160F. Grayscale: #E1E1E1. Windows color (decimal): -3282448 or 15788493. OLE color: 15788493.

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

Color convert

RGB205233240-
CMYK0.150.0300.06
HSL192º53.85%87.25%-
HSV(B)192º14.58%94.12%-
XYZ70.0477.5593.71-
YUV225.43136.22113.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.24%
GREEN value IS 233 (91.41% from 255) = 34.37%
BLUE value IS 240 (94.14% from 255) = 35.40%
R=30.24%
G=34.37%
B=35.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052332400.150.0300.0619253.8587.25
HexCDE9F0F306c03657
Octal3153513601730630066127
Binary1100110111101001111100001111110110110000001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9F0; }

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

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

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

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

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

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

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

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