Html Css Color HEX #D5A6B3 Blossom

📋 copy color: '#D5A6B3'

red 213 ◦ green 166 ◦ blue 179

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

Shades of Blossom #D5A6B3

Tints of Blossom #D5A6B3

RGB

 RED value IS 213 (83.59% from 255) = 38.17%

 GREEN value IS 166 (65.23% from 255) = 29.75%

 BLUE value IS 179 (70.31% from 255) = 32.08%

R = 38.17%
G = 29.75%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D5A6B3 (or 0xD5A6B3) is known color: Blossom. HEX triplet: D5, A6 and B3. RGB value is (213,166,179). Sum of RGB (Red+Green+Blue) = 213+166+179=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A6B3 is #2A594C. Grayscale: #B5B5B5. Windows color (decimal): -2775373 or 11773653. OLE color: 11773653.

HSL color Cylindrical-coordinate representation of color #D5A6B3: hue angle of 343.4º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5A6B3 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 166 179 -
CMYK 0 0.22 0.16 0.16
HSL 343.4º 0.36% 0.74% -
HSV(B) 343.4º 0.22% 0.84% -
XYZ 49.21 44.67 48.68 -
YUV 181.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 213 166 179 0 0.22 0.16 0.16 343.4 0.36 0.74
Hex D5 A6 B3 0 16 10 10 157 24 4A
Octal 325 246 263 0 26 20 20 527 44 112
Binary 11010101 10100110 10110011 0 10110 10000 10000 101010111 100100 1001010

Color Harmonies of #D5A6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A6B3

Black with #D5A6B3

Text Example


Text Example

White with #D5A6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A6B3; }

 p { color: rgb(213,166,179); }

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

background-color css

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

 a { background-color: rgb(213,166,179); }

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

border-color css

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

 span { border-color: rgb(213,166,179); }

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