#C2DFDE

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

Shades of Mabel #C2DFDE

Tints of Mabel #C2DFDE

Color information

#C2DFDE (or 0xC2DFDE) is unknown color: approx Mabel. HEX triplet: C2, DF and DE. RGB value is (194,223,222). Sum of RGB (Red+Green+Blue) = 194+223+222=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFDE is #3D2021. Grayscale: #D6D6D6. Windows color (decimal): -4005922 or 14606274. OLE color: 14606274.

HSL color Cylindrical-coordinate representation of color #C2DFDE: hue angle of 177.93º degrees, saturation: 0.31, 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 #C2DFDE is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB194223222-
CMYK0.1300.000.13
HSL177.93º31.18%81.76%-
HSV(B)177.93º13%87.45%-
XYZ61.8269.5279.27-
YUV214.21132.39113.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.36%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=30.36%
G=34.90%
B=34.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942232220.1300.000.13177.9331.1881.76
HexC2DFDED00Db21f52
Octal30233733615001526237122
Binary110000101101111111011110110100110110110010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DFDE; }

 p { color: rgb(194,223,222); }

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

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

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

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

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

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

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