Html Css Color HEX #DEA4B3 Blossom

📋 copy color: '#DEA4B3'

red 222 ◦ green 164 ◦ blue 179

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

Shades of Blossom #DEA4B3

Tints of Blossom #DEA4B3

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.03%

 BLUE value IS 179 (70.31% from 255) = 31.68%

R = 39.29%
G = 29.03%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DEA4B3 (or 0xDEA4B3) is known color: Blossom. HEX triplet: DE, A4 and B3. RGB value is (222,164,179). Sum of RGB (Red+Green+Blue) = 222+164+179=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4B3 is #215B4C. Grayscale: #B7B7B7. Windows color (decimal): -2186061 or 11773150. OLE color: 11773150.

HSL color Cylindrical-coordinate representation of color #DEA4B3: hue angle of 344.48º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA4B3 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 164 179 -
CMYK 0 0.26 0.19 0.13
HSL 344.48º 0.47% 0.76% -
HSV(B) 344.48º 0.26% 0.87% -
XYZ 51.54 45.34 48.68 -
YUV 183.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 222 164 179 0 0.26 0.19 0.13 344.48 0.47 0.76
Hex DE A4 B3 0 1A 13 D 158 2F 4C
Octal 336 244 263 0 32 23 15 530 57 114
Binary 11011110 10100100 10110011 0 11010 10011 1101 101011000 101111 1001100

Color Harmonies of #DEA4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA4B3

Black with #DEA4B3

Text Example


Text Example

White with #DEA4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA4B3; }

 p { color: rgb(222,164,179); }

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

background-color css

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

 a { background-color: rgb(222,164,179); }

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

border-color css

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

 span { border-color: rgb(222,164,179); }

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