#C7DFDA

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

Shades of Jagged Ice #C7DFDA

Tints of Jagged Ice #C7DFDA

Color information

#C7DFDA (or 0xC7DFDA) is unknown color: approx Jagged Ice. HEX triplet: C7, DF and DA. RGB value is (199,223,218). Sum of RGB (Red+Green+Blue) = 199+223+218=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DFDA is #382025. Grayscale: #D7D7D7. Windows color (decimal): -3678246 or 14344135. OLE color: 14344135.

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

Color convert

RGB199223218-
CMYK0.1100.020.13
HSL167.5º27.27%82.75%-
HSV(B)167.5º10.76%87.45%-
XYZ62.669.9876.54-
YUV215.25129.55116.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.09%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=31.09%
G=34.84%
B=34.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992232180.1100.020.13167.527.2782.75
HexC7DFDAB02Da81b53
Octal30733733213021525033123
Binary1100011111011111110110101011010110110101000110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DFDA; }

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

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

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

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

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

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

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

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