Html Css Color HEX #DEA8B4 Blossom

📋 copy color: '#DEA8B4'

red 222 ◦ green 168 ◦ blue 180

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

Shades of Blossom #DEA8B4

Tints of Blossom #DEA8B4

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.47%

 BLUE value IS 180 (70.7% from 255) = 31.58%

R = 38.95%
G = 29.47%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DEA8B4 (or 0xDEA8B4) is known color: Blossom. HEX triplet: DE, A8 and B4. RGB value is (222,168,180). Sum of RGB (Red+Green+Blue) = 222+168+180=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8B4 is #21574B. Grayscale: #B9B9B9. Windows color (decimal): -2185036 or 11839710. OLE color: 11839710.

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

Color convert

RGB 222 168 180 -
CMYK 0 0.24 0.19 0.13
HSL 346.67º 0.45% 0.76% -
HSV(B) 346.67º 0.24% 0.87% -
XYZ 52.37 46.83 49.46 -
YUV 185.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 222 168 180 0 0.24 0.19 0.13 346.67 0.45 0.76
Hex DE A8 B4 0 18 13 D 15B 2D 4C
Octal 336 250 264 0 30 23 15 533 55 114
Binary 11011110 10101000 10110100 0 11000 10011 1101 101011011 101101 1001100

Color Harmonies of #DEA8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA8B4

Black with #DEA8B4

Text Example


Text Example

White with #DEA8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA8B4; }

 p { color: rgb(222,168,180); }

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

background-color css

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

 a { background-color: rgb(222,168,180); }

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

border-color css

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

 span { border-color: rgb(222,168,180); }

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