Html Css Color HEX #DEACB2 Blossom

📋 copy color: '#DEACB2'

red 222 ◦ green 172 ◦ blue 178

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

Shades of Blossom #DEACB2

Tints of Blossom #DEACB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.12%

R = 38.81%
G = 30.07%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DEACB2 (or 0xDEACB2) is known color: Blossom. HEX triplet: DE, AC and B2. RGB value is (222,172,178). Sum of RGB (Red+Green+Blue) = 222+172+178=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEACB2 is #21534D. Grayscale: #BBBBBB. Windows color (decimal): -2184014 or 11709662. OLE color: 11709662.

HSL color Cylindrical-coordinate representation of color #DEACB2: hue angle of 352.8º 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 #DEACB2 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 172 178 -
CMYK 0 0.23 0.20 0.13
HSL 352.8º 0.43% 0.77% -
HSV(B) 352.8º 0.23% 0.87% -
XYZ 52.91 48.25 48.64 -
YUV 187.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 222 172 178 0 0.23 0.20 0.13 352.8 0.43 0.77
Hex DE AC B2 0 17 14 D 161 2B 4D
Octal 336 254 262 0 27 24 15 541 53 115
Binary 11011110 10101100 10110010 0 10111 10100 1101 101100001 101011 1001101

Color Harmonies of #DEACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACB2

Black with #DEACB2

Text Example


Text Example

White with #DEACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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