Html Css Color HEX #DEADB4 Blossom

📋 copy color: '#DEADB4'

red 222 ◦ green 173 ◦ blue 180

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

Shades of Blossom #DEADB4

Tints of Blossom #DEADB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.3%

R = 38.61%
G = 30.09%
B = 31.3%

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

#DEADB4 (or 0xDEADB4) is known color: Blossom. HEX triplet: DE, AD and B4. RGB value is (222,173,180). Sum of RGB (Red+Green+Blue) = 222+173+180=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADB4 is #21524B. Grayscale: #BCBCBC. Windows color (decimal): -2183756 or 11840990. OLE color: 11840990.

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

Color convert

RGB 222 173 180 -
CMYK 0 0.22 0.19 0.13
HSL 351.43º 0.43% 0.77% -
HSV(B) 351.43º 0.22% 0.87% -
XYZ 53.31 48.71 49.77 -
YUV 188.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 222 173 180 0 0.22 0.19 0.13 351.43 0.43 0.77
Hex DE AD B4 0 16 13 D 15F 2B 4D
Octal 336 255 264 0 26 23 15 537 53 115
Binary 11011110 10101101 10110100 0 10110 10011 1101 101011111 101011 1001101

Color Harmonies of #DEADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADB4

Black with #DEADB4

Text Example


Text Example

White with #DEADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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