Html Css Color HEX #C0DDD9 Jagged Ice

📋 copy color: '#C0DDD9'

red 192 ◦ green 221 ◦ blue 217

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

Shades of Jagged Ice #C0DDD9

Tints of Jagged Ice #C0DDD9

RGB

 RED value IS 192 (75.39% from 255) = 30.48%

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

 BLUE value IS 217 (85.16% from 255) = 34.44%

R = 30.48%
G = 35.08%
B = 34.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#C0DDD9 (or 0xC0DDD9) is known color: Jagged Ice. HEX triplet: C0, DD and D9. RGB value is (192,221,217). Sum of RGB (Red+Green+Blue) = 192+221+217=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDD9 is #3F2226. Grayscale: #D3D3D3. Windows color (decimal): -4137511 or 14278080. OLE color: 14278080.

HSL color Cylindrical-coordinate representation of color #C0DDD9: hue angle of 171.72º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DDD9 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 221 217 -
CMYK 0.13 0 0.02 0.13
HSL 171.72º 0.3% 0.81% -
HSV(B) 171.72º 0.13% 0.87% -
XYZ 60.12 67.93 75.59 -
YUV 211.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 192 221 217 0.13 0 0.02 0.13 171.72 0.3 0.81
Hex C0 DD D9 D 0 2 D AC 1E 51
Octal 300 335 331 15 0 2 15 254 36 121
Binary 11000000 11011101 11011001 1101 0 10 1101 10101100 11110 1010001

Color Harmonies of #C0DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DDD9

Black with #C0DDD9

Text Example


Text Example

White with #C0DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DDD9; }

 p { color: rgb(192,221,217); }

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

background-color css

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

 a { background-color: rgb(192,221,217); }

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

border-color css

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

 span { border-color: rgb(192,221,217); }

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