Html Css Color HEX #DDBEC1 Pink Flare

📋 copy color: '#DDBEC1'

red 221 ◦ green 190 ◦ blue 193

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

Shades of Pink Flare #DDBEC1

Tints of Pink Flare #DDBEC1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.46%

 BLUE value IS 193 (75.78% from 255) = 31.95%

R = 36.59%
G = 31.46%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DDBEC1 (or 0xDDBEC1) is known color: Pink Flare. HEX triplet: DD, BE and C1. RGB value is (221,190,193). Sum of RGB (Red+Green+Blue) = 221+190+193=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC1 is #22413E. Grayscale: #C7C7C7. Windows color (decimal): -2244927 or 12697309. OLE color: 12697309.

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

Color convert

RGB 221 190 193 -
CMYK 0 0.14 0.13 0.13
HSL 354.19º 0.31% 0.81% -
HSV(B) 354.19º 0.14% 0.87% -
XYZ 57.86 56.05 58.22 -
YUV 199.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 221 190 193 0 0.14 0.13 0.13 354.19 0.31 0.81
Hex DD BE C1 0 E D D 162 1F 51
Octal 335 276 301 0 16 15 15 542 37 121
Binary 11011101 10111110 11000001 0 1110 1101 1101 101100010 11111 1010001

Color Harmonies of #DDBEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEC1

Black with #DDBEC1

Text Example


Text Example

White with #DDBEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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