#C7E0DD

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

Shades of Jagged Ice #C7E0DD

Tints of Jagged Ice #C7E0DD

Color information

#C7E0DD (or 0xC7E0DD) is unknown color: approx Jagged Ice. HEX triplet: C7, E0 and DD. RGB value is (199,224,221). Sum of RGB (Red+Green+Blue) = 199+224+221=644 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.90% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E0DD is #381F22. Grayscale: #D8D8D8. Windows color (decimal): -3677987 or 14540999. OLE color: 14540999.

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

Color convert

RGB199224221-
CMYK0.1100.010.12
HSL172.8º28.74%82.94%-
HSV(B)172.8º11.16%87.84%-
XYZ63.2670.6778.71-
YUV216.18130.72115.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.90%
GREEN value IS 224 (87.89% from 255) = 34.78%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=30.90%
G=34.78%
B=34.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1992242210.1100.010.12172.828.7482.94
HexC7E0DDB01Cad1d53
Octal30734033513011425535123
Binary110001111110000011011101101101110010101101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E0DD; }

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

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

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

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

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

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

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

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