Html Css Color HEX #DCABB2 Blossom

📋 copy color: '#DCABB2'

red 220 ◦ green 171 ◦ blue 178

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

Shades of Blossom #DCABB2

Tints of Blossom #DCABB2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.05%

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

R = 38.66%
G = 30.05%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DCABB2 (or 0xDCABB2) is known color: Blossom. HEX triplet: DC, AB and B2. RGB value is (220,171,178). Sum of RGB (Red+Green+Blue) = 220+171+178=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCABB2 is #23544D. Grayscale: #BABABA. Windows color (decimal): -2315342 or 11709404. OLE color: 11709404.

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

Color convert

RGB 220 171 178 -
CMYK 0 0.22 0.19 0.14
HSL 351.43º 0.41% 0.77% -
HSV(B) 351.43º 0.22% 0.86% -
XYZ 52.11 47.56 48.55 -
YUV 186.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 220 171 178 0 0.22 0.19 0.14 351.43 0.41 0.77
Hex DC AB B2 0 16 13 E 15F 29 4D
Octal 334 253 262 0 26 23 16 537 51 115
Binary 11011100 10101011 10110010 0 10110 10011 1110 101011111 101001 1001101

Color Harmonies of #DCABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABB2

Black with #DCABB2

Text Example


Text Example

White with #DCABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABB2; }

 p { color: rgb(220,171,178); }

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

background-color css

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

 a { background-color: rgb(220,171,178); }

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

border-color css

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

 span { border-color: rgb(220,171,178); }

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