Html Css Color HEX #CCDFDE Jagged Ice

📋 copy color: '#CCDFDE'

red 204 ◦ green 223 ◦ blue 222

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

Shades of Jagged Ice #CCDFDE

Tints of Jagged Ice #CCDFDE

RGB

 RED value IS 204 (80.08% from 255) = 31.43%

 GREEN value IS 223 (87.5% from 255) = 34.36%

 BLUE value IS 222 (87.11% from 255) = 34.21%

R = 31.43%
G = 34.36%
B = 34.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#CCDFDE (or 0xCCDFDE) is known color: Jagged Ice. HEX triplet: CC, DF and DE. RGB value is (204,223,222). Sum of RGB (Red+Green+Blue) = 204+223+222=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFDE is #332021. Grayscale: #D9D9D9. Windows color (decimal): -3350562 or 14606284. OLE color: 14606284.

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

Color convert

RGB 204 223 222 -
CMYK 0.09 0 0.00 0.13
HSL 176.84º 0.23% 0.84% -
HSV(B) 176.84º 0.09% 0.87% -
XYZ 64.47 70.89 79.39 -
YUV 217.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 204 223 222 0.09 0 0.00 0.13 176.84 0.23 0.84
Hex CC DF DE 9 0 0 D B1 17 54
Octal 314 337 336 11 0 0 15 261 27 124
Binary 11001100 11011111 11011110 1001 0 0 1101 10110001 10111 1010100

Color Harmonies of #CCDFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDFDE

Black with #CCDFDE

Text Example


Text Example

White with #CCDFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDFDE; }

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

 H1.HeaderClassName
 {
   color: #CCDFDE;
 }
 .AnyTagClassName
 {
   color: #CCDFDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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