Html Css Color HEX #C2DED9 Jagged Ice

📋 copy color: '#C2DED9'

red 194 ◦ green 222 ◦ blue 217

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

Shades of Jagged Ice #C2DED9

Tints of Jagged Ice #C2DED9

RGB

 RED value IS 194 (76.17% from 255) = 30.65%

 GREEN value IS 222 (87.11% from 255) = 35.07%

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

R = 30.65%
G = 35.07%
B = 34.28%

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

#C2DED9 (or 0xC2DED9) is known color: Jagged Ice. HEX triplet: C2, DE and D9. RGB value is (194,222,217). Sum of RGB (Red+Green+Blue) = 194+222+217=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DED9 is #3D2126. Grayscale: #D5D5D5. Windows color (decimal): -4006183 or 14278338. OLE color: 14278338.

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

Color convert

RGB 194 222 217 -
CMYK 0.13 0 0.02 0.13
HSL 169.29º 0.3% 0.82% -
HSV(B) 169.29º 0.13% 0.87% -
XYZ 60.89 68.72 75.7 -
YUV 213.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 194 222 217 0.13 0 0.02 0.13 169.29 0.3 0.82
Hex C2 DE D9 D 0 2 D A9 1E 52
Octal 302 336 331 15 0 2 15 251 36 122
Binary 11000010 11011110 11011001 1101 0 10 1101 10101001 11110 1010010

Color Harmonies of #C2DED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DED9

Black with #C2DED9

Text Example


Text Example

White with #C2DED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DED9; }

 p { color: rgb(194,222,217); }

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

background-color css

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

 a { background-color: rgb(194,222,217); }

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

border-color css

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

 span { border-color: rgb(194,222,217); }

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