#C7E1DD

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

Shades of Jagged Ice #C7E1DD

Tints of Jagged Ice #C7E1DD

Color information

#C7E1DD (or 0xC7E1DD) is unknown color: approx Jagged Ice. HEX triplet: C7, E1 and DD. RGB value is (199,225,221). Sum of RGB (Red+Green+Blue) = 199+225+221=645 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.85% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E1DD is #381E22. Grayscale: #D8D8D8. Windows color (decimal): -3677731 or 14541255. OLE color: 14541255.

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

Color convert

RGB199225221-
CMYK0.1200.020.12
HSL170.77º30.23%83.14%-
HSV(B)170.77º11.56%88.24%-
XYZ63.5371.2178.8-
YUV216.77130.39115.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.85%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=30.85%
G=34.88%
B=34.26%

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
Decimal1992252210.1200.020.12170.7730.2383.14
HexC7E1DDC02Cab1e53
Octal30734133514021425336123
Binary1100011111100001110111011100010110010101011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E1DD; }

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

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

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

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

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

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

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

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