Html Css Color HEX #DEADB6 Blossom

📋 copy color: '#DEADB6'

red 222 ◦ green 173 ◦ blue 182

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

Shades of Blossom #DEADB6

Tints of Blossom #DEADB6

RGB

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

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

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

R = 38.47%
G = 29.98%
B = 31.54%

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

#DEADB6 (or 0xDEADB6) is known color: Blossom. HEX triplet: DE, AD and B6. RGB value is (222,173,182). Sum of RGB (Red+Green+Blue) = 222+173+182=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADB6 is #215249. Grayscale: #BCBCBC. Windows color (decimal): -2183754 or 11972062. OLE color: 11972062.

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

Color convert

RGB 222 173 182 -
CMYK 0 0.22 0.18 0.13
HSL 348.98º 0.43% 0.77% -
HSV(B) 348.98º 0.22% 0.87% -
XYZ 53.51 48.79 50.85 -
YUV 188.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 222 173 182 0 0.22 0.18 0.13 348.98 0.43 0.77
Hex DE AD B6 0 16 12 D 15D 2B 4D
Octal 336 255 266 0 26 22 15 535 53 115
Binary 11011110 10101101 10110110 0 10110 10010 1101 101011101 101011 1001101

Color Harmonies of #DEADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADB6

Black with #DEADB6

Text Example


Text Example

White with #DEADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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