Html Css Color HEX #D5BACA Twilight

📋 copy color: '#D5BACA'

red 213 ◦ green 186 ◦ blue 202

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

Shades of Twilight #D5BACA

Tints of Twilight #D5BACA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.95%

 BLUE value IS 202 (79.3% from 255) = 33.61%

R = 35.44%
G = 30.95%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5BACA (or 0xD5BACA) is known color: Twilight. HEX triplet: D5, BA and CA. RGB value is (213,186,202). Sum of RGB (Red+Green+Blue) = 213+186+202=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BACA is #2A4535. Grayscale: #C3C3C3. Windows color (decimal): -2770230 or 13286101. OLE color: 13286101.

HSL color Cylindrical-coordinate representation of color #D5BACA: hue angle of 324.44º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BACA is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 202 -
CMYK 0 0.13 0.05 0.16
HSL 324.44º 0.24% 0.78% -
HSV(B) 324.44º 0.13% 0.84% -
XYZ 55.66 53.53 63.28 -
YUV 195.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 213 186 202 0 0.13 0.05 0.16 324.44 0.24 0.78
Hex D5 BA CA 0 D 5 10 144 18 4E
Octal 325 272 312 0 15 5 20 504 30 116
Binary 11010101 10111010 11001010 0 1101 101 10000 101000100 11000 1001110

Color Harmonies of #D5BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BACA

Black with #D5BACA

Text Example


Text Example

White with #D5BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BACA; }

 p { color: rgb(213,186,202); }

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

background-color css

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

 a { background-color: rgb(213,186,202); }

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

border-color css

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

 span { border-color: rgb(213,186,202); }

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