Html Css Color HEX #DABBCF Twilight

📋 copy color: '#DABBCF'

red 218 ◦ green 187 ◦ blue 207

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

Shades of Twilight #DABBCF

Tints of Twilight #DABBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.56%

 BLUE value IS 207 (81.25% from 255) = 33.82%

R = 35.62%
G = 30.56%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DABBCF (or 0xDABBCF) is known color: Twilight. HEX triplet: DA, BB and CF. RGB value is (218,187,207). Sum of RGB (Red+Green+Blue) = 218+187+207=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBCF is #254430. Grayscale: #C6C6C6. Windows color (decimal): -2442289 or 13614042. OLE color: 13614042.

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

Color convert

RGB 218 187 207 -
CMYK 0 0.14 0.05 0.15
HSL 321.29º 0.3% 0.79% -
HSV(B) 321.29º 0.14% 0.85% -
XYZ 57.95 54.95 66.58 -
YUV 198.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 218 187 207 0 0.14 0.05 0.15 321.29 0.3 0.79
Hex DA BB CF 0 E 5 F 141 1E 4F
Octal 332 273 317 0 16 5 17 501 36 117
Binary 11011010 10111011 11001111 0 1110 101 1111 101000001 11110 1001111

Color Harmonies of #DABBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBCF

Black with #DABBCF

Text Example


Text Example

White with #DABBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBCF; }

 p { color: rgb(218,187,207); }

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

background-color css

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

 a { background-color: rgb(218,187,207); }

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

border-color css

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

 span { border-color: rgb(218,187,207); }

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