#CCDED7

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

Shades of Iceberg #CCDED7

Tints of Iceberg #CCDED7

Color information

#CCDED7 (or 0xCCDED7) is unknown color: approx Iceberg. HEX triplet: CC, DE and D7. RGB value is (204,222,215). Sum of RGB (Red+Green+Blue) = 204+222+215=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDED7 is #332128. Grayscale: #D7D7D7. Windows color (decimal): -3350825 or 14147276. OLE color: 14147276.

HSL color Cylindrical-coordinate representation of color #CCDED7: hue angle of 156.67º 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 #CCDED7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB204222215-
CMYK0.0800.030.13
HSL156.67º21.43%83.53%-
HSV(B)156.67º8.11%87.06%-
XYZ63.2969.9974.46-
YUV215.82127.54119.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 215 (84.38% from 255) = 33.54%
R=31.83%
G=34.63%
B=33.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042222150.0800.030.13156.6721.4383.53
HexCCDED7803D9d1554
Octal31433632710031523525124
Binary1100110011011110110101111000011110110011101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDED7; }

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

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

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

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

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

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

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

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