Html Css Color HEX #DCAFB5 Blossom

📋 copy color: '#DCAFB5'

red 220 ◦ green 175 ◦ blue 181

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

Shades of Blossom #DCAFB5

Tints of Blossom #DCAFB5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.38%

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

R = 38.19%
G = 30.38%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DCAFB5 (or 0xDCAFB5) is known color: Blossom. HEX triplet: DC, AF and B5. RGB value is (220,175,181). Sum of RGB (Red+Green+Blue) = 220+175+181=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFB5 is #23504A. Grayscale: #BDBDBD. Windows color (decimal): -2314315 or 11907036. OLE color: 11907036.

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

Color convert

RGB 220 175 181 -
CMYK 0 0.20 0.18 0.14
HSL 352º 0.39% 0.77% -
HSV(B) 352º 0.2% 0.86% -
XYZ 53.19 49.21 50.41 -
YUV 189.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 220 175 181 0 0.20 0.18 0.14 352 0.39 0.77
Hex DC AF B5 0 14 12 E 160 27 4D
Octal 334 257 265 0 24 22 16 540 47 115
Binary 11011100 10101111 10110101 0 10100 10010 1110 101100000 100111 1001101

Color Harmonies of #DCAFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFB5

Black with #DCAFB5

Text Example


Text Example

White with #DCAFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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