Html Css Color HEX #DEBBBD Pink Flare

📋 copy color: '#DEBBBD'

red 222 ◦ green 187 ◦ blue 189

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

Shades of Pink Flare #DEBBBD

Tints of Pink Flare #DEBBBD

RGB

 RED value IS 222 (87.11% from 255) = 37.12%

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

 BLUE value IS 189 (74.22% from 255) = 31.61%

R = 37.12%
G = 31.27%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DEBBBD (or 0xDEBBBD) is known color: Pink Flare. HEX triplet: DE, BB and BD. RGB value is (222,187,189). Sum of RGB (Red+Green+Blue) = 222+187+189=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBBD is #214442. Grayscale: #C5C5C5. Windows color (decimal): -2180163 or 12434398. OLE color: 12434398.

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

Color convert

RGB 222 187 189 -
CMYK 0 0.16 0.15 0.13
HSL 356.57º 0.35% 0.8% -
HSV(B) 356.57º 0.16% 0.87% -
XYZ 57.08 54.74 55.7 -
YUV 197.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 222 187 189 0 0.16 0.15 0.13 356.57 0.35 0.8
Hex DE BB BD 0 10 F D 165 23 50
Octal 336 273 275 0 20 17 15 545 43 120
Binary 11011110 10111011 10111101 0 10000 1111 1101 101100101 100011 1010000

Color Harmonies of #DEBBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBBBD

Black with #DEBBBD

Text Example


Text Example

White with #DEBBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBBBD; }

 p { color: rgb(222,187,189); }

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

background-color css

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

 a { background-color: rgb(222,187,189); }

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

border-color css

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

 span { border-color: rgb(222,187,189); }

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