Html Css Color HEX #DABDD0 Twilight

📋 copy color: '#DABDD0'

red 218 ◦ green 189 ◦ blue 208

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

Shades of Twilight #DABDD0

Tints of Twilight #DABDD0

RGB

 RED value IS 218 (85.55% from 255) = 35.45%

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

 BLUE value IS 208 (81.64% from 255) = 33.82%

R = 35.45%
G = 30.73%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DABDD0 (or 0xDABDD0) is known color: Twilight. HEX triplet: DA, BD and D0. RGB value is (218,189,208). Sum of RGB (Red+Green+Blue) = 218+189+208=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDD0 is #25422F. Grayscale: #C7C7C7. Windows color (decimal): -2441776 or 13680090. OLE color: 13680090.

HSL color Cylindrical-coordinate representation of color #DABDD0: hue angle of 320.69º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABDD0 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 189 208 -
CMYK 0 0.13 0.05 0.15
HSL 320.69º 0.28% 0.8% -
HSV(B) 320.69º 0.13% 0.85% -
XYZ 58.5 55.85 67.37 -
YUV 199.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 218 189 208 0 0.13 0.05 0.15 320.69 0.28 0.8
Hex DA BD D0 0 D 5 F 141 1C 50
Octal 332 275 320 0 15 5 17 501 34 120
Binary 11011010 10111101 11010000 0 1101 101 1111 101000001 11100 1010000

Color Harmonies of #DABDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDD0

Black with #DABDD0

Text Example


Text Example

White with #DABDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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