#C7DFDC

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

Shades of Jagged Ice #C7DFDC

Tints of Jagged Ice #C7DFDC

Color information

#C7DFDC (or 0xC7DFDC) is unknown color: approx Jagged Ice. HEX triplet: C7, DF and DC. RGB value is (199,223,220). Sum of RGB (Red+Green+Blue) = 199+223+220=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DFDC is #382023. Grayscale: #D7D7D7. Windows color (decimal): -3678244 or 14475207. OLE color: 14475207.

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

Color convert

RGB199223220-
CMYK0.1100.010.13
HSL172.5º27.27%82.75%-
HSV(B)172.5º10.76%87.45%-
XYZ62.8670.0877.92-
YUV215.48130.55116.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.00%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=31.00%
G=34.74%
B=34.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992232200.1100.010.13172.527.2782.75
HexC7DFDCB01Dac1b53
Octal30733733413011525433123
Binary110001111101111111011100101101110110101100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DFDC; }

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

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

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

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

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

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

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

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