#CCDCD9

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

Shades of Jagged Ice #CCDCD9

Tints of Jagged Ice #CCDCD9

Color information

#CCDCD9 (or 0xCCDCD9) is unknown color: approx Jagged Ice. HEX triplet: CC, DC and D9. RGB value is (204,220,217). Sum of RGB (Red+Green+Blue) = 204+220+217=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCD9 is #332326. Grayscale: #D6D6D6. Windows color (decimal): -3351335 or 14277836. OLE color: 14277836.

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

Color convert

RGB204220217-
CMYK0.0700.010.14
HSL168.75º18.6%83.14%-
HSV(B)168.75º7.27%86.27%-
XYZ63.0269.0375.65-
YUV214.87129.2120.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=31.83%
G=34.32%
B=33.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042202170.0700.010.14168.7518.683.14
HexCCDCD9701Ea91353
Octal3143343317011625123123
Binary11001100110111001101100111101111010101001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCD9; }

 p { color: rgb(204,220,217); }

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

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

 a { background-color: rgb(204,220,217); }

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

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

 span { border-color: rgb(204,220,217); }

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