Html Css Color HEX #DEA6B2 Blossom

📋 copy color: '#DEA6B2'

red 222 ◦ green 166 ◦ blue 178

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

Shades of Blossom #DEA6B2

Tints of Blossom #DEA6B2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.33%

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

R = 39.22%
G = 29.33%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DEA6B2 (or 0xDEA6B2) is known color: Blossom. HEX triplet: DE, A6 and B2. RGB value is (222,166,178). Sum of RGB (Red+Green+Blue) = 222+166+178=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA6B2 is #21594D. Grayscale: #B8B8B8. Windows color (decimal): -2185550 or 11708126. OLE color: 11708126.

HSL color Cylindrical-coordinate representation of color #DEA6B2: hue angle of 347.14º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEA6B2 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 166 178 -
CMYK 0 0.25 0.20 0.13
HSL 347.14º 0.46% 0.76% -
HSV(B) 347.14º 0.25% 0.87% -
XYZ 51.8 46.02 48.27 -
YUV 184.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 222 166 178 0 0.25 0.20 0.13 347.14 0.46 0.76
Hex DE A6 B2 0 19 14 D 15B 2E 4C
Octal 336 246 262 0 31 24 15 533 56 114
Binary 11011110 10100110 10110010 0 11001 10100 1101 101011011 101110 1001100

Color Harmonies of #DEA6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA6B2

Black with #DEA6B2

Text Example


Text Example

White with #DEA6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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