Html Css Color HEX #CCDDDB Jagged Ice

📋 copy color: '#CCDDDB'

red 204 ◦ green 221 ◦ blue 219

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

Shades of Jagged Ice #CCDDDB

Tints of Jagged Ice #CCDDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.32%

 BLUE value IS 219 (85.94% from 255) = 34.01%

R = 31.68%
G = 34.32%
B = 34.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#CCDDDB (or 0xCCDDDB) is known color: Jagged Ice. HEX triplet: CC, DD and DB. RGB value is (204,221,219). Sum of RGB (Red+Green+Blue) = 204+221+219=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDDB is #332224. Grayscale: #D7D7D7. Windows color (decimal): -3351077 or 14409164. OLE color: 14409164.

HSL color Cylindrical-coordinate representation of color #CCDDDB: hue angle of 172.94º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDDDB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 219 -
CMYK 0.08 0 0.01 0.13
HSL 172.94º 0.2% 0.83% -
HSV(B) 172.94º 0.08% 0.87% -
XYZ 63.54 69.66 77.12 -
YUV 215.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 204 221 219 0.08 0 0.01 0.13 172.94 0.2 0.83
Hex CC DD DB 8 0 1 D AD 14 53
Octal 314 335 333 10 0 1 15 255 24 123
Binary 11001100 11011101 11011011 1000 0 1 1101 10101101 10100 1010011

Color Harmonies of #CCDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDDB

Black with #CCDDDB

Text Example


Text Example

White with #CCDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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