Html Css Color HEX #D6BBBE Pink Flare

📋 copy color: '#D6BBBE'

red 214 ◦ green 187 ◦ blue 190

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

Shades of Pink Flare #D6BBBE

Tints of Pink Flare #D6BBBE

RGB

 RED value IS 214 (83.98% from 255) = 36.21%

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

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

R = 36.21%
G = 31.64%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6BBBE (or 0xD6BBBE) is known color: Pink Flare. HEX triplet: D6, BB and BE. RGB value is (214,187,190). Sum of RGB (Red+Green+Blue) = 214+187+190=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBBE is #294441. Grayscale: #C3C3C3. Windows color (decimal): -2704450 or 12499926. OLE color: 12499926.

HSL color Cylindrical-coordinate representation of color #D6BBBE: hue angle of 353.33º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BBBE is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 187 190 -
CMYK 0 0.13 0.11 0.16
HSL 353.33º 0.25% 0.79% -
HSV(B) 353.33º 0.13% 0.84% -
XYZ 54.8 53.55 56.16 -
YUV 195.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 214 187 190 0 0.13 0.11 0.16 353.33 0.25 0.79
Hex D6 BB BE 0 D B 10 161 19 4F
Octal 326 273 276 0 15 13 20 541 31 117
Binary 11010110 10111011 10111110 0 1101 1011 10000 101100001 11001 1001111

Color Harmonies of #D6BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BBBE

Black with #D6BBBE

Text Example


Text Example

White with #D6BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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