Html Css Color HEX #D2B9C8 Twilight

📋 copy color: '#D2B9C8'

red 210 ◦ green 185 ◦ blue 200

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

Shades of Twilight #D2B9C8

Tints of Twilight #D2B9C8

RGB

 RED value IS 210 (82.42% from 255) = 35.29%

 GREEN value IS 185 (72.66% from 255) = 31.09%

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

R = 35.29%
G = 31.09%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D2B9C8 (or 0xD2B9C8) is known color: Twilight. HEX triplet: D2, B9 and C8. RGB value is (210,185,200). Sum of RGB (Red+Green+Blue) = 210+185+200=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9C8 is #2D4637. Grayscale: #C2C2C2. Windows color (decimal): -2967096 or 13154770. OLE color: 13154770.

HSL color Cylindrical-coordinate representation of color #D2B9C8: hue angle of 324º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2B9C8 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 185 200 -
CMYK 0 0.12 0.05 0.18
HSL 324º 0.22% 0.77% -
HSV(B) 324º 0.12% 0.82% -
XYZ 54.35 52.57 61.93 -
YUV 194.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 210 185 200 0 0.12 0.05 0.18 324 0.22 0.77
Hex D2 B9 C8 0 C 5 12 144 16 4D
Octal 322 271 310 0 14 5 22 504 26 115
Binary 11010010 10111001 11001000 0 1100 101 10010 101000100 10110 1001101

Color Harmonies of #D2B9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B9C8

Black with #D2B9C8

Text Example


Text Example

White with #D2B9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B9C8; }

 p { color: rgb(210,185,200); }

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

background-color css

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

 a { background-color: rgb(210,185,200); }

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

border-color css

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

 span { border-color: rgb(210,185,200); }

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