#CCDDE0

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

Shades of Onahau #CCDDE0

Tints of Onahau #CCDDE0

Color information

#CCDDE0 (or 0xCCDDE0) is unknown color: approx Onahau. HEX triplet: CC, DD and E0. RGB value is (204,221,224). Sum of RGB (Red+Green+Blue) = 204+221+224=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCDDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDE0 is #33221F. Grayscale: #D8D8D8. Windows color (decimal): -3351072 or 14736844. OLE color: 14736844.

HSL color Cylindrical-coordinate representation of color #CCDDE0: hue angle of 189º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDDE0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204221224-
CMYK0.090.0100.12
HSL189º24.39%83.92%-
HSV(B)189º8.93%87.84%-
XYZ64.2169.9380.63-
YUV216.26132.37119.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 221 (86.72% from 255) = 34.05%
BLUE value IS 224 (87.89% from 255) = 34.51%
R=31.43%
G=34.05%
B=34.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042212240.090.0100.1218924.3983.92
HexCCDDE0910Cbd1854
Octal31433534011101427530124
Binary110011001101110111100000100110110010111101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDE0; }

 p { color: rgb(204,221,224); }

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

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

 a { background-color: rgb(204,221,224); }

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

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

 span { border-color: rgb(204,221,224); }

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