#CCDED9

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

Shades of Iceberg #CCDED9

Tints of Iceberg #CCDED9

Color information

#CCDED9 (or 0xCCDED9) is unknown color: approx Iceberg. HEX triplet: CC, DE and D9. RGB value is (204,222,217). Sum of RGB (Red+Green+Blue) = 204+222+217=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDED9 is #332126. Grayscale: #D8D8D8. Windows color (decimal): -3350823 or 14278348. OLE color: 14278348.

HSL color Cylindrical-coordinate representation of color #CCDED9: hue angle of 163.33º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDED9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB204222217-
CMYK0.0800.020.13
HSL163.33º21.43%83.53%-
HSV(B)163.33º8.11%87.06%-
XYZ63.5570.0975.82-
YUV216.05128.54119.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 217 (85.16% from 255) = 33.75%
R=31.73%
G=34.53%
B=33.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042222170.0800.020.13163.3321.4383.53
HexCCDED9802Da31554
Octal31433633110021524325124
Binary1100110011011110110110011000010110110100011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDED9; }

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

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

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

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

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

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

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

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