Html Css Color HEX #DDBBBF Pink Flare

📋 copy color: '#DDBBBF'

red 221 ◦ green 187 ◦ blue 191

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

Shades of Pink Flare #DDBBBF

Tints of Pink Flare #DDBBBF

RGB

 RED value IS 221 (86.72% from 255) = 36.89%

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

 BLUE value IS 191 (75% from 255) = 31.89%

R = 36.89%
G = 31.22%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDBBBF (or 0xDDBBBF) is known color: Pink Flare. HEX triplet: DD, BB and BF. RGB value is (221,187,191). Sum of RGB (Red+Green+Blue) = 221+187+191=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBBF is #224440. Grayscale: #C5C5C5. Windows color (decimal): -2245697 or 12565469. OLE color: 12565469.

HSL color Cylindrical-coordinate representation of color #DDBBBF: hue angle of 352.94º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBBBF is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 187 191 -
CMYK 0 0.15 0.14 0.13
HSL 352.94º 0.33% 0.8% -
HSV(B) 352.94º 0.15% 0.87% -
XYZ 56.99 54.67 56.84 -
YUV 197.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 221 187 191 0 0.15 0.14 0.13 352.94 0.33 0.8
Hex DD BB BF 0 F E D 161 21 50
Octal 335 273 277 0 17 16 15 541 41 120
Binary 11011101 10111011 10111111 0 1111 1110 1101 101100001 100001 1010000

Color Harmonies of #DDBBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBBF

Black with #DDBBBF

Text Example


Text Example

White with #DDBBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBBF; }

 p { color: rgb(221,187,191); }

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

background-color css

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

 a { background-color: rgb(221,187,191); }

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

border-color css

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

 span { border-color: rgb(221,187,191); }

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