#CCDDD5

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

Shades of Iceberg #CCDDD5

Tints of Iceberg #CCDDD5

Color information

#CCDDD5 (or 0xCCDDD5) is unknown color: approx Iceberg. HEX triplet: CC, DD and D5. RGB value is (204,221,213). Sum of RGB (Red+Green+Blue) = 204+221+213=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDD5 is #33222A. Grayscale: #D7D7D7. Windows color (decimal): -3351083 or 14015948. OLE color: 14015948.

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

Color convert

RGB204221213-
CMYK0.0800.040.13
HSL151.76º20%83.33%-
HSV(B)151.76º7.69%86.67%-
XYZ62.7769.3573.03-
YUV215.01126.87120.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 213 (83.59% from 255) = 33.39%
R=31.97%
G=34.64%
B=33.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042212130.0800.040.13151.762083.33
HexCCDDD5804D981453
Octal31433532510041523024123
Binary11001100110111011101010110000100110110011000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDD5; }

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

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

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

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

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

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

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

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