Html Css Color HEX #DEACB6 Blossom

📋 copy color: '#DEACB6'

red 222 ◦ green 172 ◦ blue 182

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

Shades of Blossom #DEACB6

Tints of Blossom #DEACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.86%

 BLUE value IS 182 (71.48% from 255) = 31.6%

R = 38.54%
G = 29.86%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DEACB6 (or 0xDEACB6) is known color: Blossom. HEX triplet: DE, AC and B6. RGB value is (222,172,182). Sum of RGB (Red+Green+Blue) = 222+172+182=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACB6 is #215349. Grayscale: #BCBCBC. Windows color (decimal): -2184010 or 11971806. OLE color: 11971806.

HSL color Cylindrical-coordinate representation of color #DEACB6: hue angle of 348º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEACB6 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 172 182 -
CMYK 0 0.23 0.18 0.13
HSL 348º 0.43% 0.77% -
HSV(B) 348º 0.23% 0.87% -
XYZ 53.32 48.41 50.79 -
YUV 188.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 222 172 182 0 0.23 0.18 0.13 348 0.43 0.77
Hex DE AC B6 0 17 12 D 15C 2B 4D
Octal 336 254 266 0 27 22 15 534 53 115
Binary 11011110 10101100 10110110 0 10111 10010 1101 101011100 101011 1001101

Color Harmonies of #DEACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACB6

Black with #DEACB6

Text Example


Text Example

White with #DEACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACB6; }

 p { color: rgb(222,172,182); }

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

background-color css

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

 a { background-color: rgb(222,172,182); }

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

border-color css

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

 span { border-color: rgb(222,172,182); }

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