Html Css Color HEX #DEADB2 Blossom

📋 copy color: '#DEADB2'

red 222 ◦ green 173 ◦ blue 178

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

Shades of Blossom #DEADB2

Tints of Blossom #DEADB2

RGB

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

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

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

R = 38.74%
G = 30.19%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DEADB2 (or 0xDEADB2) is known color: Blossom. HEX triplet: DE, AD and B2. RGB value is (222,173,178). Sum of RGB (Red+Green+Blue) = 222+173+178=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEADB2 is #21524D. Grayscale: #BCBCBC. Windows color (decimal): -2183758 or 11709918. OLE color: 11709918.

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

Color convert

RGB 222 173 178 -
CMYK 0 0.22 0.20 0.13
HSL 353.88º 0.43% 0.77% -
HSV(B) 353.88º 0.22% 0.87% -
XYZ 53.1 48.63 48.71 -
YUV 188.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 222 173 178 0 0.22 0.20 0.13 353.88 0.43 0.77
Hex DE AD B2 0 16 14 D 162 2B 4D
Octal 336 255 262 0 26 24 15 542 53 115
Binary 11011110 10101101 10110010 0 10110 10100 1101 101100010 101011 1001101

Color Harmonies of #DEADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADB2

Black with #DEADB2

Text Example


Text Example

White with #DEADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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