#C7E1DC

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

Shades of Jagged Ice #C7E1DC

Tints of Jagged Ice #C7E1DC

Color information

#C7E1DC (or 0xC7E1DC) is unknown color: approx Jagged Ice. HEX triplet: C7, E1 and DC. RGB value is (199,225,220). Sum of RGB (Red+Green+Blue) = 199+225+220=644 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.90% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E1DC is #381E23. Grayscale: #D8D8D8. Windows color (decimal): -3677732 or 14475719. OLE color: 14475719.

HSL color Cylindrical-coordinate representation of color #C7E1DC: hue angle of 168.46º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7E1DC is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB199225220-
CMYK0.1200.020.12
HSL168.46º30.23%83.14%-
HSV(B)168.46º11.56%88.24%-
XYZ63.471.1678.1-
YUV216.66129.89115.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.90%
GREEN value IS 225 (88.28% from 255) = 34.94%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=30.90%
G=34.94%
B=34.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1992252200.1200.020.12168.4630.2383.14
HexC7E1DCC02Ca81e53
Octal30734133414021425036123
Binary1100011111100001110111001100010110010101000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E1DC; }

 p { color: rgb(199,225,220); }

 H1.HeaderClassName
 {
   color: #C7E1DC;
 }
 .AnyTagClassName
 {
   color: #C7E1DC;
 }
</style>
background-color css

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

 a { background-color: rgb(199,225,220); }

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

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

 span { border-color: rgb(199,225,220); }

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