Html Css Color HEX #D0BDC4 Twilight

📋 copy color: '#D0BDC4'

red 208 ◦ green 189 ◦ blue 196

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

Shades of Twilight #D0BDC4

Tints of Twilight #D0BDC4

RGB

 RED value IS 208 (81.64% from 255) = 35.08%

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

 BLUE value IS 196 (76.95% from 255) = 33.05%

R = 35.08%
G = 31.87%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D0BDC4 (or 0xD0BDC4) is known color: Twilight. HEX triplet: D0, BD and C4. RGB value is (208,189,196). Sum of RGB (Red+Green+Blue) = 208+189+196=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDC4 is #2F423B. Grayscale: #C3C3C3. Windows color (decimal): -3097148 or 12893648. OLE color: 12893648.

HSL color Cylindrical-coordinate representation of color #D0BDC4: hue angle of 337.89º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0BDC4 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 189 196 -
CMYK 0 0.09 0.06 0.18
HSL 337.89º 0.17% 0.78% -
HSV(B) 337.89º 0.09% 0.82% -
XYZ 54.17 53.79 59.75 -
YUV 195.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 208 189 196 0 0.09 0.06 0.18 337.89 0.17 0.78
Hex D0 BD C4 0 9 6 12 152 11 4E
Octal 320 275 304 0 11 6 22 522 21 116
Binary 11010000 10111101 11000100 0 1001 110 10010 101010010 10001 1001110

Color Harmonies of #D0BDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BDC4

Black with #D0BDC4

Text Example


Text Example

White with #D0BDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BDC4; }

 p { color: rgb(208,189,196); }

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

background-color css

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

 a { background-color: rgb(208,189,196); }

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

border-color css

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

 span { border-color: rgb(208,189,196); }

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