#CCDFD7

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

Shades of Iceberg #CCDFD7

Tints of Iceberg #CCDFD7

Color information

#CCDFD7 (or 0xCCDFD7) is unknown color: approx Iceberg. HEX triplet: CC, DF and D7. RGB value is (204,223,215). Sum of RGB (Red+Green+Blue) = 204+223+215=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFD7 is #332028. Grayscale: #D8D8D8. Windows color (decimal): -3350569 or 14147532. OLE color: 14147532.

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

Color convert

RGB204223215-
CMYK0.0900.040.13
HSL154.74º22.89%83.73%-
HSV(B)154.74º8.52%87.45%-
XYZ63.5670.5274.55-
YUV216.41127.21119.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 215 (84.38% from 255) = 33.49%
R=31.78%
G=34.74%
B=33.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042232150.0900.040.13154.7422.8983.73
HexCCDFD7904D9b1754
Octal31433732711041523327124
Binary11001100110111111101011110010100110110011011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFD7; }

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

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

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

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

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

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

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

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