#CCD3D0

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

Shades of Iceberg #CCD3D0

Tints of Iceberg #CCD3D0

Color information

#CCD3D0 (or 0xCCD3D0) is unknown color: approx Iceberg. HEX triplet: CC, D3 and D0. RGB value is (204,211,208). Sum of RGB (Red+Green+Blue) = 204+211+208=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3D0 is #332C2F. Grayscale: #D0D0D0. Windows color (decimal): -3353648 or 13685708. OLE color: 13685708.

HSL color Cylindrical-coordinate representation of color #CCD3D0: hue angle of 154.29º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCD3D0 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB204211208-
CMYK0.0300.010.17
HSL154.29º7.37%81.37%-
HSV(B)154.29º3.32%82.75%-
XYZ59.5863.9868.88-
YUV208.56127.68124.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 211 (82.81% from 255) = 33.87%
BLUE value IS 208 (81.64% from 255) = 33.39%
R=32.74%
G=33.87%
B=33.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042112080.0300.010.17154.297.3781.37
HexCCD3D0301119a751
Octal314323320301212327121
Binary110011001101001111010000110110001100110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3D0; }

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

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

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

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

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

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

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

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