Html Css Color HEX #CCDFDD Jagged Ice

📋 copy color: '#CCDFDD'

red 204 ◦ green 223 ◦ blue 221

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

Shades of Jagged Ice #CCDFDD

Tints of Jagged Ice #CCDFDD

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.1%

R = 31.48%
G = 34.41%
B = 34.1%

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

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

RGB 204 223 221 -
CMYK 0.09 0 0.01 0.13
HSL 173.68º 0.23% 0.84% -
HSV(B) 173.68º 0.09% 0.87% -
XYZ 64.34 70.83 78.69 -
YUV 217.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 204 223 221 0.09 0 0.01 0.13 173.68 0.23 0.84
Hex CC DF DD 9 0 1 D AE 17 54
Octal 314 337 335 11 0 1 15 256 27 124
Binary 11001100 11011111 11011101 1001 0 1 1101 10101110 10111 1010100

Color Harmonies of #CCDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDFDD

Black with #CCDFDD

Text Example


Text Example

White with #CCDFDD

Text Example


Text Example

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