#C4DEDB

Color #C4DEDB Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #C4DEDB

Tints of Jagged Ice #C4DEDB

Color information

#C4DEDB (or 0xC4DEDB) is unknown color: approx 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

RGB196222219-
CMYK0.1200.010.13
HSL173.08º28.26%81.96%-
HSV(B)173.08º11.71%87.06%-
XYZ61.6769.0977.1-
YUV213.88130.89115.24-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962222190.1200.010.13173.0828.2681.96
HexC4DEDBC01Dad1c52
Octal30433633314011525534122
Binary110001001101111011011011110001110110101101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>