Html Css Color HEX #DEADB5 Blossom

📋 copy color: '#DEADB5'

red 222 ◦ green 173 ◦ blue 181

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

Shades of Blossom #DEADB5

Tints of Blossom #DEADB5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.03%

 BLUE value IS 181 (71.09% from 255) = 31.42%

R = 38.54%
G = 30.03%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DEADB5 (or 0xDEADB5) is known color: Blossom. HEX triplet: DE, AD and B5. RGB value is (222,173,181). Sum of RGB (Red+Green+Blue) = 222+173+181=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADB5 is #21524A. Grayscale: #BCBCBC. Windows color (decimal): -2183755 or 11906526. OLE color: 11906526.

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

Color convert

RGB 222 173 181 -
CMYK 0 0.22 0.18 0.13
HSL 350.2º 0.43% 0.77% -
HSV(B) 350.2º 0.22% 0.87% -
XYZ 53.41 48.75 50.31 -
YUV 188.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 222 173 181 0 0.22 0.18 0.13 350.2 0.43 0.77
Hex DE AD B5 0 16 12 D 15E 2B 4D
Octal 336 255 265 0 26 22 15 536 53 115
Binary 11011110 10101101 10110101 0 10110 10010 1101 101011110 101011 1001101

Color Harmonies of #DEADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADB5

Black with #DEADB5

Text Example


Text Example

White with #DEADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADB5; }

 p { color: rgb(222,173,181); }

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

background-color css

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

 a { background-color: rgb(222,173,181); }

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

border-color css

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

 span { border-color: rgb(222,173,181); }

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