Html Css Color HEX #D0B2B6 Pink Flare

📋 copy color: '#D0B2B6'

red 208 ◦ green 178 ◦ blue 182

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

Shades of Pink Flare #D0B2B6

Tints of Pink Flare #D0B2B6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.34%

 BLUE value IS 182 (71.48% from 255) = 32.04%

R = 36.62%
G = 31.34%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D0B2B6 (or 0xD0B2B6) is known color: Pink Flare. HEX triplet: D0, B2 and B6. RGB value is (208,178,182). Sum of RGB (Red+Green+Blue) = 208+178+182=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B2B6 is #2F4D49. Grayscale: #BBBBBB. Windows color (decimal): -3099978 or 11973328. OLE color: 11973328.

HSL color Cylindrical-coordinate representation of color #D0B2B6: hue angle of 352º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0B2B6 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 178 182 -
CMYK 0 0.14 0.12 0.18
HSL 352º 0.24% 0.76% -
HSV(B) 352º 0.14% 0.82% -
XYZ 50.38 48.63 50.99 -
YUV 187.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 208 178 182 0 0.14 0.12 0.18 352 0.24 0.76
Hex D0 B2 B6 0 E C 12 160 18 4C
Octal 320 262 266 0 16 14 22 540 30 114
Binary 11010000 10110010 10110110 0 1110 1100 10010 101100000 11000 1001100

Color Harmonies of #D0B2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B2B6

Black with #D0B2B6

Text Example


Text Example

White with #D0B2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B2B6; }

 p { color: rgb(208,178,182); }

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

background-color css

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

 a { background-color: rgb(208,178,182); }

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

border-color css

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

 span { border-color: rgb(208,178,182); }

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