Html Css Color HEX #C4DEDC Jagged Ice

📋 copy color: '#C4DEDC'

red 196 ◦ green 222 ◦ blue 220

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

Shades of Jagged Ice #C4DEDC

Tints of Jagged Ice #C4DEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.48%

R = 30.72%
G = 34.8%
B = 34.48%

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

#C4DEDC (or 0xC4DEDC) is known color: Jagged Ice. HEX triplet: C4, DE and DC. RGB value is (196,222,220). Sum of RGB (Red+Green+Blue) = 196+222+220=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 222 - color contains mainly: green. Hex color #C4DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DEDC is #3B2123. Grayscale: #D5D5D5. Windows color (decimal): -3875108 or 14474948. OLE color: 14474948.

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

Color convert

RGB 196 222 220 -
CMYK 0.12 0 0.01 0.13
HSL 175.38º 0.28% 0.82% -
HSV(B) 175.38º 0.12% 0.87% -
XYZ 61.8 69.15 77.8 -
YUV 214 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 196 222 220 0.12 0 0.01 0.13 175.38 0.28 0.82
Hex C4 DE DC C 0 1 D AF 1C 52
Octal 304 336 334 14 0 1 15 257 34 122
Binary 11000100 11011110 11011100 1100 0 1 1101 10101111 11100 1010010

Color Harmonies of #C4DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DEDC

Black with #C4DEDC

Text Example


Text Example

White with #C4DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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