#CCDEE2

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

Shades of Onahau #CCDEE2

Tints of Onahau #CCDEE2

Color information

#CCDEE2 (or 0xCCDEE2) is unknown color: approx Onahau. HEX triplet: CC, DE and E2. RGB value is (204,222,226). Sum of RGB (Red+Green+Blue) = 204+222+226=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCDEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEE2 is #33211D. Grayscale: #D9D9D9. Windows color (decimal): -3350814 or 14868172. OLE color: 14868172.

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

Color convert

RGB204222226-
CMYK0.100.0200.11
HSL190.91º27.5%84.31%-
HSV(B)190.91º9.73%88.63%-
XYZ64.7570.5782.16-
YUV217.07133.04118.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 226 (88.67% from 255) = 34.66%
R=31.29%
G=34.05%
B=34.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042222260.100.0200.11190.9127.584.31
HexCCDEE2A20Bbf1b54
Octal31433634212201327733124
Binary1100110011011110111000101010100101110111111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEE2; }

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

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

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

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

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

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

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

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