Html Css Color HEX #DCAFB6 Blossom

📋 copy color: '#DCAFB6'

red 220 ◦ green 175 ◦ blue 182

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

Shades of Blossom #DCAFB6

Tints of Blossom #DCAFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.54%

R = 38.13%
G = 30.33%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DCAFB6 (or 0xDCAFB6) is known color: Blossom. HEX triplet: DC, AF and B6. RGB value is (220,175,182). Sum of RGB (Red+Green+Blue) = 220+175+182=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFB6 is #235049. Grayscale: #BDBDBD. Windows color (decimal): -2314314 or 11972572. OLE color: 11972572.

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

Color convert

RGB 220 175 182 -
CMYK 0 0.20 0.17 0.14
HSL 350.67º 0.39% 0.77% -
HSV(B) 350.67º 0.2% 0.86% -
XYZ 53.29 49.25 50.95 -
YUV 189.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 220 175 182 0 0.20 0.17 0.14 350.67 0.39 0.77
Hex DC AF B6 0 14 11 E 15F 27 4D
Octal 334 257 266 0 24 21 16 537 47 115
Binary 11011100 10101111 10110110 0 10100 10001 1110 101011111 100111 1001101

Color Harmonies of #DCAFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFB6

Black with #DCAFB6

Text Example


Text Example

White with #DCAFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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