Html Css Color HEX #DEAEB3 Blossom

📋 copy color: '#DEAEB3'

red 222 ◦ green 174 ◦ blue 179

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

Shades of Blossom #DEAEB3

Tints of Blossom #DEAEB3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.26%

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

R = 38.61%
G = 30.26%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DEAEB3 (or 0xDEAEB3) is known color: Blossom. HEX triplet: DE, AE and B3. RGB value is (222,174,179). Sum of RGB (Red+Green+Blue) = 222+174+179=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEB3 is #21514C. Grayscale: #BCBCBC. Windows color (decimal): -2183501 or 11775710. OLE color: 11775710.

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

Color convert

RGB 222 174 179 -
CMYK 0 0.22 0.19 0.13
HSL 353.75º 0.42% 0.78% -
HSV(B) 353.75º 0.22% 0.87% -
XYZ 53.4 49.06 49.3 -
YUV 188.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 222 174 179 0 0.22 0.19 0.13 353.75 0.42 0.78
Hex DE AE B3 0 16 13 D 162 2A 4E
Octal 336 256 263 0 26 23 15 542 52 116
Binary 11011110 10101110 10110011 0 10110 10011 1101 101100010 101010 1001110

Color Harmonies of #DEAEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEB3

Black with #DEAEB3

Text Example


Text Example

White with #DEAEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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