#C5DEDF

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

Shades of Mabel #C5DEDF

Tints of Mabel #C5DEDF

Color information

#C5DEDF (or 0xC5DEDF) is unknown color: approx Mabel. HEX triplet: C5, DE and DF. RGB value is (197,222,223). Sum of RGB (Red+Green+Blue) = 197+222+223=642 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.69% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5DEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DEDF is #3A2120. Grayscale: #D6D6D6. Windows color (decimal): -3809569 or 14671557. OLE color: 14671557.

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

Color convert

RGB197222223-
CMYK0.120.0000.13
HSL182.31º28.89%82.35%-
HSV(B)182.31º11.66%87.45%-
XYZ62.4769.4479.92-
YUV214.64132.72115.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.69%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=30.69%
G=34.58%
B=34.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972222230.120.0000.13182.3128.8982.35
HexC5DEDFC00Db61d52
Octal30533633714001526635122
Binary110001011101111011011111110000110110110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DEDF; }

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

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

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

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

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

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

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

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