#CDBDC2

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

Shades of Melanie #CDBDC2

Tints of Melanie #CDBDC2

Color information

#CDBDC2 (or 0xCDBDC2) is unknown color: approx Melanie. HEX triplet: CD, BD and C2. RGB value is (205,189,194). Sum of RGB (Red+Green+Blue) = 205+189+194=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDC2 is #32423D. Grayscale: #C2C2C2. Windows color (decimal): -3293758 or 12762573. OLE color: 12762573.

HSL color Cylindrical-coordinate representation of color #CDBDC2: hue angle of 341.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDBDC2 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB205189194-
CMYK00.080.050.20
HSL341.25º13.79%77.25%-
HSV(B)341.25º7.8%80.39%-
XYZ53.1153.2758.52-
YUV194.35127.8135.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 194 (76.17% from 255) = 32.99%
R=34.86%
G=32.14%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518919400.080.050.20341.2513.7977.25
HexCDBDC208514155e4d
Octal31527530201052452516115
Binary110011011011110111000010010001011010010101010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDC2; }

 p { color: rgb(205,189,194); }

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

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

 a { background-color: rgb(205,189,194); }

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

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

 span { border-color: rgb(205,189,194); }

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