Html Css Color HEX #C4DEDB Jagged Ice

📋 copy color: '#C4DEDB'

red 196 ◦ green 222 ◦ blue 219

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

Shades of Jagged Ice #C4DEDB

Tints of Jagged Ice #C4DEDB

RGB

 RED value IS 196 (76.95% from 255) = 30.77%

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

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

R = 30.77%
G = 34.85%
B = 34.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C4DEDB (or 0xC4DEDB) is known color: Jagged Ice. HEX triplet: C4, DE and DB. RGB value is (196,222,219). Sum of RGB (Red+Green+Blue) = 196+222+219=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #C4DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DEDB is #3B2124. Grayscale: #D5D5D5. Windows color (decimal): -3875109 or 14409412. OLE color: 14409412.

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

Color convert

RGB 196 222 219 -
CMYK 0.12 0 0.01 0.13
HSL 173.08º 0.28% 0.82% -
HSV(B) 173.08º 0.12% 0.87% -
XYZ 61.67 69.09 77.1 -
YUV 213.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 196 222 219 0.12 0 0.01 0.13 173.08 0.28 0.82
Hex C4 DE DB C 0 1 D AD 1C 52
Octal 304 336 333 14 0 1 15 255 34 122
Binary 11000100 11011110 11011011 1100 0 1 1101 10101101 11100 1010010

Color Harmonies of #C4DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DEDB

Black with #C4DEDB

Text Example


Text Example

White with #C4DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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