Html Css Color HEX #C2DEDB Jagged Ice

📋 copy color: '#C2DEDB'

red 194 ◦ green 222 ◦ blue 219

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

Shades of Jagged Ice #C2DEDB

Tints of Jagged Ice #C2DEDB

RGB

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

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

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

R = 30.55%
G = 34.96%
B = 34.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C2DEDB (or 0xC2DEDB) is known color: Jagged Ice. HEX triplet: C2, DE and DB. RGB value is (194,222,219). Sum of RGB (Red+Green+Blue) = 194+222+219=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEDB is #3D2124. Grayscale: #D5D5D5. Windows color (decimal): -4006181 or 14409410. OLE color: 14409410.

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

Color convert

RGB 194 222 219 -
CMYK 0.13 0 0.01 0.13
HSL 173.57º 0.3% 0.82% -
HSV(B) 173.57º 0.13% 0.87% -
XYZ 61.16 68.83 77.08 -
YUV 213.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 194 222 219 0.13 0 0.01 0.13 173.57 0.3 0.82
Hex C2 DE DB D 0 1 D AE 1E 52
Octal 302 336 333 15 0 1 15 256 36 122
Binary 11000010 11011110 11011011 1101 0 1 1101 10101110 11110 1010010

Color Harmonies of #C2DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DEDB

Black with #C2DEDB

Text Example


Text Example

White with #C2DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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