Html Css Color HEX #C2DDD9 Jagged Ice

📋 copy color: '#C2DDD9'

red 194 ◦ green 221 ◦ blue 217

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

Shades of Jagged Ice #C2DDD9

Tints of Jagged Ice #C2DDD9

RGB

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

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

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

R = 30.7%
G = 34.97%
B = 34.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#C2DDD9 (or 0xC2DDD9) is known color: Jagged Ice. HEX triplet: C2, DD and D9. RGB value is (194,221,217). Sum of RGB (Red+Green+Blue) = 194+221+217=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDD9 is #3D2226. Grayscale: #D4D4D4. Windows color (decimal): -4006439 or 14278082. OLE color: 14278082.

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

Color convert

RGB 194 221 217 -
CMYK 0.12 0 0.02 0.13
HSL 171.11º 0.28% 0.81% -
HSV(B) 171.11º 0.12% 0.87% -
XYZ 60.63 68.19 75.61 -
YUV 212.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 194 221 217 0.12 0 0.02 0.13 171.11 0.28 0.81
Hex C2 DD D9 C 0 2 D AB 1C 51
Octal 302 335 331 14 0 2 15 253 34 121
Binary 11000010 11011101 11011001 1100 0 10 1101 10101011 11100 1010001

Color Harmonies of #C2DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDD9

Black with #C2DDD9

Text Example


Text Example

White with #C2DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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