Html Css Color HEX #D0BBBE Pink Flare

📋 copy color: '#D0BBBE'

red 208 ◦ green 187 ◦ blue 190

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

Shades of Pink Flare #D0BBBE

Tints of Pink Flare #D0BBBE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.97%

 BLUE value IS 190 (74.61% from 255) = 32.48%

R = 35.56%
G = 31.97%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0BBBE (or 0xD0BBBE) is known color: Pink Flare. HEX triplet: D0, BB and BE. RGB value is (208,187,190). Sum of RGB (Red+Green+Blue) = 208+187+190=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBBE is #2F4441. Grayscale: #C1C1C1. Windows color (decimal): -3097666 or 12499920. OLE color: 12499920.

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

Color convert

RGB 208 187 190 -
CMYK 0 0.10 0.09 0.18
HSL 351.43º 0.18% 0.77% -
HSV(B) 351.43º 0.1% 0.82% -
XYZ 53.08 52.67 56.08 -
YUV 193.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 208 187 190 0 0.10 0.09 0.18 351.43 0.18 0.77
Hex D0 BB BE 0 A 9 12 15F 12 4D
Octal 320 273 276 0 12 11 22 537 22 115
Binary 11010000 10111011 10111110 0 1010 1001 10010 101011111 10010 1001101

Color Harmonies of #D0BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BBBE

Black with #D0BBBE

Text Example


Text Example

White with #D0BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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