#CCDFDC

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

Shades of Jagged Ice #CCDFDC

Tints of Jagged Ice #CCDFDC

Color information

#CCDFDC (or 0xCCDFDC) is unknown color: approx Jagged Ice. HEX triplet: CC, DF and DC. RGB value is (204,223,220). Sum of RGB (Red+Green+Blue) = 204+223+220=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFDC is #332023. Grayscale: #D8D8D8. Windows color (decimal): -3350564 or 14475212. OLE color: 14475212.

HSL color Cylindrical-coordinate representation of color #CCDFDC: hue angle of 170.53º 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 #CCDFDC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB204223220-
CMYK0.0900.010.13
HSL170.53º22.89%83.73%-
HSV(B)170.53º8.52%87.45%-
XYZ64.2170.7877.99-
YUV216.98129.71118.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.53%
GREEN value IS 223 (87.5% from 255) = 34.47%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=31.53%
G=34.47%
B=34.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042232200.0900.010.13170.5322.8983.73
HexCCDFDC901Dab1754
Octal31433733411011525327124
Binary110011001101111111011100100101110110101011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFDC; }

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

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

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

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

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

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

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

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