#C7DEDA

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

Shades of Jagged Ice #C7DEDA

Tints of Jagged Ice #C7DEDA

Color information

#C7DEDA (or 0xC7DEDA) is unknown color: approx Jagged Ice. HEX triplet: C7, DE and DA. RGB value is (199,222,218). Sum of RGB (Red+Green+Blue) = 199+222+218=639 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.14% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DEDA is #382125. Grayscale: #D6D6D6. Windows color (decimal): -3678502 or 14343879. OLE color: 14343879.

HSL color Cylindrical-coordinate representation of color #C7DEDA: hue angle of 169.57º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DEDA is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB199222218-
CMYK0.1000.020.13
HSL169.57º25.84%82.55%-
HSV(B)169.57º10.36%87.06%-
XYZ62.3369.4576.45-
YUV214.67129.88116.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.14%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=31.14%
G=34.74%
B=34.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992222180.1000.020.13169.5725.8482.55
HexC7DEDAA02Daa1a53
Octal30733633212021525232123
Binary1100011111011110110110101010010110110101010110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DEDA; }

 p { color: rgb(199,222,218); }

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

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

 a { background-color: rgb(199,222,218); }

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

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

 span { border-color: rgb(199,222,218); }

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