#C5DFDC

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

Shades of Jagged Ice #C5DFDC

Tints of Jagged Ice #C5DFDC

Color information

#C5DFDC (or 0xC5DFDC) is unknown color: approx Jagged Ice. HEX triplet: C5, DF and DC. RGB value is (197,223,220). Sum of RGB (Red+Green+Blue) = 197+223+220=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DFDC is #3A2023. Grayscale: #D6D6D6. Windows color (decimal): -3809316 or 14475205. OLE color: 14475205.

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

Color convert

RGB197223220-
CMYK0.1200.010.13
HSL173.08º28.89%82.35%-
HSV(B)173.08º11.66%87.45%-
XYZ62.3369.8177.9-
YUV214.88130.89115.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.78%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=30.78%
G=34.84%
B=34.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972232200.1200.010.13173.0828.8982.35
HexC5DFDCC01Dad1d52
Octal30533733414011525535122
Binary110001011101111111011100110001110110101101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DFDC; }

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

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

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

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

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

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

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

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