Html Css Color HEX #DAC8CB Melanie

📋 copy color: '#DAC8CB'

red 218 ◦ green 200 ◦ blue 203

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

Shades of Melanie #DAC8CB

Tints of Melanie #DAC8CB

RGB

 RED value IS 218 (85.55% from 255) = 35.1%

 GREEN value IS 200 (78.52% from 255) = 32.21%

 BLUE value IS 203 (79.69% from 255) = 32.69%

R = 35.1%
G = 32.21%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DAC8CB (or 0xDAC8CB) is known color: Melanie. HEX triplet: DA, C8 and CB. RGB value is (218,200,203). Sum of RGB (Red+Green+Blue) = 218+200+203=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8CB is #253734. Grayscale: #CDCDCD. Windows color (decimal): -2438965 or 13355226. OLE color: 13355226.

HSL color Cylindrical-coordinate representation of color #DAC8CB: hue angle of 350º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAC8CB is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 200 203 -
CMYK 0 0.08 0.07 0.15
HSL 350º 0.2% 0.82% -
HSV(B) 350º 0.08% 0.85% -
XYZ 60.35 60.53 65 -
YUV 205.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 218 200 203 0 0.08 0.07 0.15 350 0.2 0.82
Hex DA C8 CB 0 8 7 F 15E 14 52
Octal 332 310 313 0 10 7 17 536 24 122
Binary 11011010 11001000 11001011 0 1000 111 1111 101011110 10100 1010010

Color Harmonies of #DAC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC8CB

Black with #DAC8CB

Text Example


Text Example

White with #DAC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC8CB; }

 p { color: rgb(218,200,203); }

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

background-color css

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

 a { background-color: rgb(218,200,203); }

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

border-color css

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

 span { border-color: rgb(218,200,203); }

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