#C7DFDD

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

Shades of Jagged Ice #C7DFDD

Tints of Jagged Ice #C7DFDD

Color information

#C7DFDD (or 0xC7DFDD) is unknown color: approx Jagged Ice. HEX triplet: C7, DF and DD. RGB value is (199,223,221). Sum of RGB (Red+Green+Blue) = 199+223+221=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DFDD is #382022. Grayscale: #D7D7D7. Windows color (decimal): -3678243 or 14540743. OLE color: 14540743.

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

Color convert

RGB199223221-
CMYK0.1100.010.13
HSL175º27.27%82.75%-
HSV(B)175º10.76%87.45%-
XYZ62.9970.1478.62-
YUV215.6131.05116.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.95%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 221 (86.72% from 255) = 34.37%
R=30.95%
G=34.68%
B=34.37%

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
Decimal1992232210.1100.010.1317527.2782.75
HexC7DFDDB01Daf1b53
Octal30733733513011525733123
Binary110001111101111111011101101101110110101111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DFDD; }

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

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

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

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

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

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

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

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