#CCD7D3

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

Shades of Iceberg #CCD7D3

Tints of Iceberg #CCD7D3

Color information

#CCD7D3 (or 0xCCD7D3) is unknown color: approx Iceberg. HEX triplet: CC, D7 and D3. RGB value is (204,215,211). Sum of RGB (Red+Green+Blue) = 204+215+211=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7D3 is #33282C. Grayscale: #D3D3D3. Windows color (decimal): -3352621 or 13883340. OLE color: 13883340.

HSL color Cylindrical-coordinate representation of color #CCD7D3: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCD7D3 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB204215211-
CMYK0.0500.020.16
HSL158.18º12.09%82.16%-
HSV(B)158.18º5.12%84.31%-
XYZ60.9666.1471.18-
YUV211.26127.86122.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 215 (84.38% from 255) = 34.13%
BLUE value IS 211 (82.81% from 255) = 33.49%
R=32.38%
G=34.13%
B=33.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042152110.0500.020.16158.1812.0982.16
HexCCD7D3502109ec52
Octal3143273235022023614122
Binary110011001101011111010011101010100001001111011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7D3; }

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

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

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

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

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

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

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

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