#C7E1DF

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

Shades of Jagged Ice #C7E1DF

Tints of Jagged Ice #C7E1DF

Color information

#C7E1DF (or 0xC7E1DF) is unknown color: approx Jagged Ice. HEX triplet: C7, E1 and DF. RGB value is (199,225,223). Sum of RGB (Red+Green+Blue) = 199+225+223=647 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.76% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E1DF is #381E20. Grayscale: #D8D8D8. Windows color (decimal): -3677729 or 14672327. OLE color: 14672327.

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

Color convert

RGB199225223-
CMYK0.1200.010.12
HSL175.38º30.23%83.14%-
HSV(B)175.38º11.56%88.24%-
XYZ63.871.3280.22-
YUV217131.39115.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.76%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 223 (87.5% from 255) = 34.47%
R=30.76%
G=34.78%
B=34.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1992252230.1200.010.12175.3830.2383.14
HexC7E1DFC01Caf1e53
Octal30734133714011425736123
Binary110001111110000111011111110001110010101111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E1DF; }

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

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

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

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

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

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

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

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