Html Css Color HEX #CCDFDC Jagged Ice

📋 copy color: '#CCDFDC'

red 204 ◦ green 223 ◦ blue 220

#CCDFDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #CCDFDC

Tints of Jagged Ice #CCDFDC

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%

R = 31.53%
G = 34.47%
B = 34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#CCDFDC (or 0xCCDFDC) is known color: 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

RGB 204 223 220 -
CMYK 0.09 0 0.01 0.13
HSL 170.53º 0.23% 0.84% -
HSV(B) 170.53º 0.09% 0.87% -
XYZ 64.21 70.78 77.99 -
YUV 216.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 204 223 220 0.09 0 0.01 0.13 170.53 0.23 0.84
Hex CC DF DC 9 0 1 D AB 17 54
Octal 314 337 334 11 0 1 15 253 27 124
Binary 11001100 11011111 11011100 1001 0 1 1101 10101011 10111 1010100

Color Harmonies of #CCDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDFDC

Black with #CCDFDC

Text Example


Text Example

White with #CCDFDC

Text Example


Text Example

HTML Codes & Css Web 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>