Html Css Color HEX #DCAFB8 Blossom

📋 copy color: '#DCAFB8'

red 220 ◦ green 175 ◦ blue 184

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

Shades of Blossom #DCAFB8

Tints of Blossom #DCAFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.78%

R = 38%
G = 30.22%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCAFB8 (or 0xDCAFB8) is known color: Blossom. HEX triplet: DC, AF and B8. RGB value is (220,175,184). Sum of RGB (Red+Green+Blue) = 220+175+184=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFB8 is #235047. Grayscale: #BDBDBD. Windows color (decimal): -2314312 or 12103644. OLE color: 12103644.

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

Color convert

RGB 220 175 184 -
CMYK 0 0.20 0.16 0.14
HSL 348º 0.39% 0.77% -
HSV(B) 348º 0.2% 0.86% -
XYZ 53.5 49.34 52.05 -
YUV 189.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 220 175 184 0 0.20 0.16 0.14 348 0.39 0.77
Hex DC AF B8 0 14 10 E 15C 27 4D
Octal 334 257 270 0 24 20 16 534 47 115
Binary 11011100 10101111 10111000 0 10100 10000 1110 101011100 100111 1001101

Color Harmonies of #DCAFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFB8

Black with #DCAFB8

Text Example


Text Example

White with #DCAFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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