Html Css Color HEX #DEADB8 Blossom

📋 copy color: '#DEADB8'

red 222 ◦ green 173 ◦ blue 184

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

Shades of Blossom #DEADB8

Tints of Blossom #DEADB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.78%

R = 38.34%
G = 29.88%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DEADB8 (or 0xDEADB8) is known color: Blossom. HEX triplet: DE, AD and B8. RGB value is (222,173,184). Sum of RGB (Red+Green+Blue) = 222+173+184=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADB8 is #215247. Grayscale: #BCBCBC. Windows color (decimal): -2183752 or 12103134. OLE color: 12103134.

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

Color convert

RGB 222 173 184 -
CMYK 0 0.22 0.17 0.13
HSL 346.53º 0.43% 0.77% -
HSV(B) 346.53º 0.22% 0.87% -
XYZ 53.72 48.88 51.95 -
YUV 188.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 222 173 184 0 0.22 0.17 0.13 346.53 0.43 0.77
Hex DE AD B8 0 16 11 D 15B 2B 4D
Octal 336 255 270 0 26 21 15 533 53 115
Binary 11011110 10101101 10111000 0 10110 10001 1101 101011011 101011 1001101

Color Harmonies of #DEADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADB8

Black with #DEADB8

Text Example


Text Example

White with #DEADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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