Html Css Color HEX #D4BDCA Twilight

📋 copy color: '#D4BDCA'

red 212 ◦ green 189 ◦ blue 202

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

Shades of Twilight #D4BDCA

Tints of Twilight #D4BDCA

RGB

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

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

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

R = 35.16%
G = 31.34%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4BDCA (or 0xD4BDCA) is known color: Twilight. HEX triplet: D4, BD and CA. RGB value is (212,189,202). Sum of RGB (Red+Green+Blue) = 212+189+202=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDCA is #2B4235. Grayscale: #C5C5C5. Windows color (decimal): -2834998 or 13286868. OLE color: 13286868.

HSL color Cylindrical-coordinate representation of color #D4BDCA: hue angle of 326.09º 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 #D4BDCA is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 189 202 -
CMYK 0 0.11 0.05 0.17
HSL 326.09º 0.21% 0.79% -
HSV(B) 326.09º 0.11% 0.83% -
XYZ 56.01 54.66 63.47 -
YUV 197.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 212 189 202 0 0.11 0.05 0.17 326.09 0.21 0.79
Hex D4 BD CA 0 B 5 11 146 15 4F
Octal 324 275 312 0 13 5 21 506 25 117
Binary 11010100 10111101 11001010 0 1011 101 10001 101000110 10101 1001111

Color Harmonies of #D4BDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDCA

Black with #D4BDCA

Text Example


Text Example

White with #D4BDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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