#C5DFDD

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

Shades of Jagged Ice #C5DFDD

Tints of Jagged Ice #C5DFDD

Color information

#C5DFDD (or 0xC5DFDD) is unknown color: approx Jagged Ice. HEX triplet: C5, DF and DD. RGB value is (197,223,221). Sum of RGB (Red+Green+Blue) = 197+223+221=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DFDD is #3A2022. Grayscale: #D6D6D6. Windows color (decimal): -3809315 or 14540741. OLE color: 14540741.

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

Color convert

RGB197223221-
CMYK0.1200.010.13
HSL175.38º28.89%82.35%-
HSV(B)175.38º11.66%87.45%-
XYZ62.4669.8778.6-
YUV215131.39115.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.73%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=30.73%
G=34.79%
B=34.48%

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
Decimal1972232210.1200.010.13175.3828.8982.35
HexC5DFDDC01Daf1d52
Octal30533733514011525735122
Binary110001011101111111011101110001110110101111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DFDD; }

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

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

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

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

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

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

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

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