#CCDFDD

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

Shades of Jagged Ice #CCDFDD

Tints of Jagged Ice #CCDFDD

Color information

#CCDFDD (or 0xCCDFDD) is unknown color: approx Jagged Ice. HEX triplet: CC, DF and DD. RGB value is (204,223,221). Sum of RGB (Red+Green+Blue) = 204+223+221=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFDD is #332022. Grayscale: #D9D9D9. Windows color (decimal): -3350563 or 14540748. OLE color: 14540748.

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

Color convert

RGB204223221-
CMYK0.0900.010.13
HSL173.68º22.89%83.73%-
HSV(B)173.68º8.52%87.45%-
XYZ64.3470.8378.69-
YUV217.09130.21118.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 223 (87.5% from 255) = 34.41%
BLUE value IS 221 (86.72% from 255) = 34.10%
R=31.48%
G=34.41%
B=34.10%

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
Decimal2042232210.0900.010.13173.6822.8983.73
HexCCDFDD901Dae1754
Octal31433733511011525627124
Binary110011001101111111011101100101110110101110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFDD; }

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

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

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

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

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

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

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

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