Html Css Color HEX #C2DDD8 Jagged Ice

📋 copy color: '#C2DDD8'

red 194 ◦ green 221 ◦ blue 216

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

Shades of Jagged Ice #C2DDD8

Tints of Jagged Ice #C2DDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.23%

R = 30.74%
G = 35.02%
B = 34.23%

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

#C2DDD8 (or 0xC2DDD8) is known color: Jagged Ice. HEX triplet: C2, DD and D8. RGB value is (194,221,216). Sum of RGB (Red+Green+Blue) = 194+221+216=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDD8 is #3D2227. Grayscale: #D4D4D4. Windows color (decimal): -4006440 or 14212546. OLE color: 14212546.

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

Color convert

RGB 194 221 216 -
CMYK 0.12 0 0.02 0.13
HSL 168.89º 0.28% 0.81% -
HSV(B) 168.89º 0.12% 0.87% -
XYZ 60.5 68.14 74.93 -
YUV 212.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 194 221 216 0.12 0 0.02 0.13 168.89 0.28 0.81
Hex C2 DD D8 C 0 2 D A9 1C 51
Octal 302 335 330 14 0 2 15 251 34 121
Binary 11000010 11011101 11011000 1100 0 10 1101 10101001 11100 1010001

Color Harmonies of #C2DDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDD8

Black with #C2DDD8

Text Example


Text Example

White with #C2DDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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