Html Css Color HEX #DCADB5 Blossom

📋 copy color: '#DCADB5'

red 220 ◦ green 173 ◦ blue 181

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

Shades of Blossom #DCADB5

Tints of Blossom #DCADB5

RGB

 RED value IS 220 (86.33% from 255) = 38.33%

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

 BLUE value IS 181 (71.09% from 255) = 31.53%

R = 38.33%
G = 30.14%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DCADB5 (or 0xDCADB5) is known color: Blossom. HEX triplet: DC, AD and B5. RGB value is (220,173,181). Sum of RGB (Red+Green+Blue) = 220+173+181=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADB5 is #23524A. Grayscale: #BBBBBB. Windows color (decimal): -2314827 or 11906524. OLE color: 11906524.

HSL color Cylindrical-coordinate representation of color #DCADB5: hue angle of 349.79º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADB5 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 173 181 -
CMYK 0 0.21 0.18 0.14
HSL 349.79º 0.4% 0.77% -
HSV(B) 349.79º 0.21% 0.86% -
XYZ 52.8 48.44 50.28 -
YUV 187.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 220 173 181 0 0.21 0.18 0.14 349.79 0.4 0.77
Hex DC AD B5 0 15 12 E 15E 28 4D
Octal 334 255 265 0 25 22 16 536 50 115
Binary 11011100 10101101 10110101 0 10101 10010 1110 101011110 101000 1001101

Color Harmonies of #DCADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADB5

Black with #DCADB5

Text Example


Text Example

White with #DCADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADB5; }

 p { color: rgb(220,173,181); }

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

background-color css

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

 a { background-color: rgb(220,173,181); }

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

border-color css

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

 span { border-color: rgb(220,173,181); }

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