#C7EDE6

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

Shades of Jagged Ice #C7EDE6

Tints of Jagged Ice #C7EDE6

Color information

#C7EDE6 (or 0xC7EDE6) is unknown color: approx Jagged Ice. HEX triplet: C7, ED and E6. RGB value is (199,237,230). Sum of RGB (Red+Green+Blue) = 199+237+230=666 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.88% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #C7EDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EDE6 is #381219. Grayscale: #E0E0E0. Windows color (decimal): -3674650 or 15134151. OLE color: 15134151.

HSL color Cylindrical-coordinate representation of color #C7EDE6: hue angle of 168.95º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7EDE6 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB199237230-
CMYK0.1600.030.07
HSL168.95º51.35%85.49%-
HSV(B)168.95º16.03%92.94%-
XYZ68.1278.4286.41-
YUV224.84130.91109.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.88%
GREEN value IS 237 (92.97% from 255) = 35.59%
BLUE value IS 230 (90.23% from 255) = 34.53%
R=29.88%
G=35.59%
B=34.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992372300.1600.030.07168.9551.3585.49
HexC7EDE610037a93355
Octal3073553462003725163125
Binary11000111111011011110011010000011111101010011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EDE6; }

 p { color: rgb(199,237,230); }

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

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

 a { background-color: rgb(199,237,230); }

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

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

 span { border-color: rgb(199,237,230); }

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