#C7E0DB

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

Shades of Jagged Ice #C7E0DB

Tints of Jagged Ice #C7E0DB

Color information

#C7E0DB (or 0xC7E0DB) is unknown color: approx Jagged Ice. HEX triplet: C7, E0 and DB. RGB value is (199,224,219). Sum of RGB (Red+Green+Blue) = 199+224+219=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E0DB is #381F24. Grayscale: #D7D7D7. Windows color (decimal): -3677989 or 14409927. OLE color: 14409927.

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

Color convert

RGB199224219-
CMYK0.1100.020.12
HSL168º28.74%82.94%-
HSV(B)168º11.16%87.84%-
XYZ6370.5777.32-
YUV215.96129.72115.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.00%
GREEN value IS 224 (87.89% from 255) = 34.89%
BLUE value IS 219 (85.94% from 255) = 34.11%
R=31.00%
G=34.89%
B=34.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1992242190.1100.020.1216828.7482.94
HexC7E0DBB02Ca81d53
Octal30734033313021425035123
Binary1100011111100000110110111011010110010101000111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E0DB; }

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

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

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

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

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

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

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

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