Html Css Color HEX #D7BDC8 Twilight

📋 copy color: '#D7BDC8'

red 215 ◦ green 189 ◦ blue 200

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

Shades of Twilight #D7BDC8

Tints of Twilight #D7BDC8

RGB

 RED value IS 215 (84.38% from 255) = 35.6%

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

 BLUE value IS 200 (78.52% from 255) = 33.11%

R = 35.6%
G = 31.29%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D7BDC8 (or 0xD7BDC8) is known color: Twilight. HEX triplet: D7, BD and C8. RGB value is (215,189,200). Sum of RGB (Red+Green+Blue) = 215+189+200=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDC8 is #284237. Grayscale: #C6C6C6. Windows color (decimal): -2638392 or 13155799. OLE color: 13155799.

HSL color Cylindrical-coordinate representation of color #D7BDC8: hue angle of 334.62º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7BDC8 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 189 200 -
CMYK 0 0.12 0.07 0.16
HSL 334.62º 0.25% 0.79% -
HSV(B) 334.62º 0.12% 0.84% -
XYZ 56.65 55.01 62.28 -
YUV 198.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 215 189 200 0 0.12 0.07 0.16 334.62 0.25 0.79
Hex D7 BD C8 0 C 7 10 14F 19 4F
Octal 327 275 310 0 14 7 20 517 31 117
Binary 11010111 10111101 11001000 0 1100 111 10000 101001111 11001 1001111

Color Harmonies of #D7BDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BDC8

Black with #D7BDC8

Text Example


Text Example

White with #D7BDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BDC8; }

 p { color: rgb(215,189,200); }

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

background-color css

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

 a { background-color: rgb(215,189,200); }

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

border-color css

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

 span { border-color: rgb(215,189,200); }

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