Html Css Color HEX #D4BDCB Twilight

📋 copy color: '#D4BDCB'

red 212 ◦ green 189 ◦ blue 203

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

Shades of Twilight #D4BDCB

Tints of Twilight #D4BDCB

RGB

 RED value IS 212 (83.2% from 255) = 35.1%

 GREEN value IS 189 (74.22% from 255) = 31.29%

 BLUE value IS 203 (79.69% from 255) = 33.61%

R = 35.1%
G = 31.29%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D4BDCB (or 0xD4BDCB) is known color: Twilight. HEX triplet: D4, BD and CB. RGB value is (212,189,203). Sum of RGB (Red+Green+Blue) = 212+189+203=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDCB is #2B4234. Grayscale: #C5C5C5. Windows color (decimal): -2834997 or 13352404. OLE color: 13352404.

HSL color Cylindrical-coordinate representation of color #D4BDCB: hue angle of 323.48º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4BDCB is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 189 203 -
CMYK 0 0.11 0.04 0.17
HSL 323.48º 0.21% 0.79% -
HSV(B) 323.48º 0.11% 0.83% -
XYZ 56.13 54.7 64.1 -
YUV 197.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 212 189 203 0 0.11 0.04 0.17 323.48 0.21 0.79
Hex D4 BD CB 0 B 4 11 143 15 4F
Octal 324 275 313 0 13 4 21 503 25 117
Binary 11010100 10111101 11001011 0 1011 100 10001 101000011 10101 1001111

Color Harmonies of #D4BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDCB

Black with #D4BDCB

Text Example


Text Example

White with #D4BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDCB; }

 p { color: rgb(212,189,203); }

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

background-color css

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

 a { background-color: rgb(212,189,203); }

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

border-color css

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

 span { border-color: rgb(212,189,203); }

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