Html Css Color HEX #DDBDBE Pink Flare

📋 copy color: '#DDBDBE'

red 221 ◦ green 189 ◦ blue 190

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

Shades of Pink Flare #DDBDBE

Tints of Pink Flare #DDBDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.5%

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

R = 36.83%
G = 31.5%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDBDBE (or 0xDDBDBE) is known color: Pink Flare. HEX triplet: DD, BD and BE. RGB value is (221,189,190). Sum of RGB (Red+Green+Blue) = 221+189+190=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDBE is #224241. Grayscale: #C6C6C6. Windows color (decimal): -2245186 or 12500445. OLE color: 12500445.

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

Color convert

RGB 221 189 190 -
CMYK 0 0.14 0.14 0.13
HSL 358.13º 0.32% 0.8% -
HSV(B) 358.13º 0.14% 0.87% -
XYZ 57.31 55.49 56.4 -
YUV 198.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 221 189 190 0 0.14 0.14 0.13 358.13 0.32 0.8
Hex DD BD BE 0 E E D 166 20 50
Octal 335 275 276 0 16 16 15 546 40 120
Binary 11011101 10111101 10111110 0 1110 1110 1101 101100110 100000 1010000

Color Harmonies of #DDBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDBE

Black with #DDBDBE

Text Example


Text Example

White with #DDBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDBE; }

 p { color: rgb(221,189,190); }

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

background-color css

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

 a { background-color: rgb(221,189,190); }

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

border-color css

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

 span { border-color: rgb(221,189,190); }

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