#C0DFDF

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

Shades of Mabel #C0DFDF

Tints of Mabel #C0DFDF

Color information

#C0DFDF (or 0xC0DFDF) is unknown color: approx Mabel. HEX triplet: C0, DF and DF. RGB value is (192,223,223). Sum of RGB (Red+Green+Blue) = 192+223+223=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #C0DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFDF is #3F2020. Grayscale: #D5D5D5. Windows color (decimal): -4136993 or 14671808. OLE color: 14671808.

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

Color convert

RGB192223223-
CMYK0.14000.13
HSL180º32.63%81.37%-
HSV(B)180º13.9%87.45%-
XYZ61.4569.3179.95-
YUV213.73133.23112.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.09%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=30.09%
G=34.95%
B=34.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922232230.14000.1318032.6381.37
HexC0DFDFE00Db42151
Octal30033733716001526441121
Binary1100000011011111110111111110001101101101001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFDF; }

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

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

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

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

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

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

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

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