Html Css Color HEX #CFBDC2 Melanie

📋 copy color: '#CFBDC2'

red 207 ◦ green 189 ◦ blue 194

#CFBDC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #CFBDC2

Tints of Melanie #CFBDC2

RGB

 RED value IS 207 (81.25% from 255) = 35.08%

 GREEN value IS 189 (74.22% from 255) = 32.03%

 BLUE value IS 194 (76.17% from 255) = 32.88%

R = 35.08%
G = 32.03%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CFBDC2 (or 0xCFBDC2) is known color: Melanie. HEX triplet: CF, BD and C2. RGB value is (207,189,194). Sum of RGB (Red+Green+Blue) = 207+189+194=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDC2 is #30423D. Grayscale: #C2C2C2. Windows color (decimal): -3162686 or 12762575. OLE color: 12762575.

HSL color Cylindrical-coordinate representation of color #CFBDC2: hue angle of 343.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFBDC2 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 189 194 -
CMYK 0 0.09 0.06 0.19
HSL 343.33º 0.16% 0.78% -
HSV(B) 343.33º 0.09% 0.81% -
XYZ 53.67 53.56 58.55 -
YUV 194.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 207 189 194 0 0.09 0.06 0.19 343.33 0.16 0.78
Hex CF BD C2 0 9 6 13 157 10 4E
Octal 317 275 302 0 11 6 23 527 20 116
Binary 11001111 10111101 11000010 0 1001 110 10011 101010111 10000 1001110

Color Harmonies of #CFBDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDC2

Black with #CFBDC2

Text Example


Text Example

White with #CFBDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBDC2; }

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

 H1.HeaderClassName
 {
   color: #CFBDC2;
 }
 .AnyTagClassName
 {
   color: #CFBDC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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