Html Css Color HEX #D0BEC3 Melanie

📋 copy color: '#D0BEC3'

red 208 ◦ green 190 ◦ blue 195

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

Shades of Melanie #D0BEC3

Tints of Melanie #D0BEC3

RGB

 RED value IS 208 (81.64% from 255) = 35.08%

 GREEN value IS 190 (74.61% from 255) = 32.04%

 BLUE value IS 195 (76.56% from 255) = 32.88%

R = 35.08%
G = 32.04%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D0BEC3 (or 0xD0BEC3) is known color: Melanie. HEX triplet: D0, BE and C3. RGB value is (208,190,195). Sum of RGB (Red+Green+Blue) = 208+190+195=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEC3 is #2F413C. Grayscale: #C3C3C3. Windows color (decimal): -3096893 or 12828368. OLE color: 12828368.

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

Color convert

RGB 208 190 195 -
CMYK 0 0.09 0.06 0.18
HSL 343.33º 0.16% 0.78% -
HSV(B) 343.33º 0.09% 0.82% -
XYZ 54.28 54.18 59.23 -
YUV 195.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 208 190 195 0 0.09 0.06 0.18 343.33 0.16 0.78
Hex D0 BE C3 0 9 6 12 157 10 4E
Octal 320 276 303 0 11 6 22 527 20 116
Binary 11010000 10111110 11000011 0 1001 110 10010 101010111 10000 1001110

Color Harmonies of #D0BEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BEC3

Black with #D0BEC3

Text Example


Text Example

White with #D0BEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BEC3; }

 p { color: rgb(208,190,195); }

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

background-color css

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

 a { background-color: rgb(208,190,195); }

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

border-color css

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

 span { border-color: rgb(208,190,195); }

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