#C3DFDF

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

Shades of Mabel #C3DFDF

Tints of Mabel #C3DFDF

Color information

#C3DFDF (or 0xC3DFDF) is unknown color: approx Mabel. HEX triplet: C3, DF and DF. RGB value is (195,223,223). Sum of RGB (Red+Green+Blue) = 195+223+223=641 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.42% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #C3DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DFDF is #3C2020. Grayscale: #D6D6D6. Windows color (decimal): -3940385 or 14671811. OLE color: 14671811.

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

Color convert

RGB195223223-
CMYK0.13000.13
HSL180º30.43%81.96%-
HSV(B)180º12.56%87.45%-
XYZ62.2169.7179.99-
YUV214.63132.72114-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.42%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=30.42%
G=34.79%
B=34.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952232230.13000.1318030.4381.96
HexC3DFDFD00Db41e52
Octal30333733715001526436122
Binary110000111101111111011111110100110110110100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DFDF; }

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

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

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

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

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

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

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

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