#CDDEE2

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

Shades of Onahau #CDDEE2

Tints of Onahau #CDDEE2

Color information

#CDDEE2 (or 0xCDDEE2) is unknown color: approx Onahau. HEX triplet: CD, DE and E2. RGB value is (205,222,226). Sum of RGB (Red+Green+Blue) = 205+222+226=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 226 - color contains mainly: blue. Hex color #CDDEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEE2 is #32211D. Grayscale: #D9D9D9. Windows color (decimal): -3285278 or 14868173. OLE color: 14868173.

HSL color Cylindrical-coordinate representation of color #CDDEE2: hue angle of 191.43º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDDEE2 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205222226-
CMYK0.090.0200.11
HSL191.43º26.58%84.51%-
HSV(B)191.43º9.29%88.63%-
XYZ65.0370.7182.17-
YUV217.37132.87119.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 226 (88.67% from 255) = 34.61%
R=31.39%
G=34.00%
B=34.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052222260.090.0200.11191.4326.5884.51
HexCDDEE2920Bbf1b55
Octal31533634211201327733125
Binary1100110111011110111000101001100101110111111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEE2; }

 p { color: rgb(205,222,226); }

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

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

 a { background-color: rgb(205,222,226); }

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

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

 span { border-color: rgb(205,222,226); }

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