#C3DEDF

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

Shades of Mabel #C3DEDF

Tints of Mabel #C3DEDF

Color information

#C3DEDF (or 0xC3DEDF) is unknown color: approx Mabel. HEX triplet: C3, DE and DF. RGB value is (195,222,223). Sum of RGB (Red+Green+Blue) = 195+222+223=640 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.47% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3DEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DEDF is #3C2120. Grayscale: #D6D6D6. Windows color (decimal): -3940641 or 14671555. OLE color: 14671555.

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

Color convert

RGB195222223-
CMYK0.130.0000.13
HSL182.14º30.43%81.96%-
HSV(B)182.14º12.56%87.45%-
XYZ61.9569.1779.9-
YUV214.04133.05114.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.47%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=30.47%
G=34.69%
B=34.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952222230.130.0000.13182.1430.4381.96
HexC3DEDFD00Db61e52
Octal30333633715001526636122
Binary110000111101111011011111110100110110110110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DEDF; }

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

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

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

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

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

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

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

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