#C5DFDF

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

Shades of Mabel #C5DFDF

Tints of Mabel #C5DFDF

Color information

#C5DFDF (or 0xC5DFDF) is unknown color: approx Mabel. HEX triplet: C5, DF and DF. RGB value is (197,223,223). Sum of RGB (Red+Green+Blue) = 197+223+223=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #C5DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DFDF is #3A2020. Grayscale: #D7D7D7. Windows color (decimal): -3809313 or 14671813. OLE color: 14671813.

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

Color convert

RGB197223223-
CMYK0.12000.13
HSL180º28.89%82.35%-
HSV(B)180º11.66%87.45%-
XYZ62.7369.9780.01-
YUV215.23132.39115-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.64%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=30.64%
G=34.68%
B=34.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972232230.12000.1318028.8982.35
HexC5DFDFC00Db41d52
Octal30533733714001526435122
Binary110001011101111111011111110000110110110100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DFDF; }

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

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

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

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

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

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

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

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