Html Css Color HEX #D5B5C3 Twilight

📋 copy color: '#D5B5C3'

red 213 ◦ green 181 ◦ blue 195

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

Shades of Twilight #D5B5C3

Tints of Twilight #D5B5C3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.73%

 BLUE value IS 195 (76.56% from 255) = 33.11%

R = 36.16%
G = 30.73%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D5B5C3 (or 0xD5B5C3) is known color: Twilight. HEX triplet: D5, B5 and C3. RGB value is (213,181,195). Sum of RGB (Red+Green+Blue) = 213+181+195=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B5C3 is #2A4A3C. Grayscale: #C0C0C0. Windows color (decimal): -2771517 or 12826069. OLE color: 12826069.

HSL color Cylindrical-coordinate representation of color #D5B5C3: hue angle of 333.75º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5B5C3 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 181 195 -
CMYK 0 0.15 0.08 0.16
HSL 333.75º 0.28% 0.77% -
HSV(B) 333.75º 0.15% 0.84% -
XYZ 53.81 51.13 58.66 -
YUV 192.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 213 181 195 0 0.15 0.08 0.16 333.75 0.28 0.77
Hex D5 B5 C3 0 F 8 10 14E 1C 4D
Octal 325 265 303 0 17 10 20 516 34 115
Binary 11010101 10110101 11000011 0 1111 1000 10000 101001110 11100 1001101

Color Harmonies of #D5B5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B5C3

Black with #D5B5C3

Text Example


Text Example

White with #D5B5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B5C3; }

 p { color: rgb(213,181,195); }

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

background-color css

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

 a { background-color: rgb(213,181,195); }

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

border-color css

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

 span { border-color: rgb(213,181,195); }

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