Html Css Color HEX #DABED8 Thistle

📋 copy color: '#DABED8'

red 218 ◦ green 190 ◦ blue 216

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

Shades of Thistle #DABED8

Tints of Thistle #DABED8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.45%

 BLUE value IS 216 (84.77% from 255) = 34.62%

R = 34.94%
G = 30.45%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DABED8 (or 0xDABED8) is known color: Thistle. HEX triplet: DA, BE and D8. RGB value is (218,190,216). Sum of RGB (Red+Green+Blue) = 218+190+216=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 218 - color contains mainly: red. Hex color #DABED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABED8 is #254127. Grayscale: #C9C9C9. Windows color (decimal): -2441512 or 14204634. OLE color: 14204634.

HSL color Cylindrical-coordinate representation of color #DABED8: hue angle of 304.29º degrees, saturation: 0.27, 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 #DABED8 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 190 216 -
CMYK 0 0.13 0.01 0.15
HSL 304.29º 0.27% 0.8% -
HSV(B) 304.29º 0.13% 0.85% -
XYZ 59.72 56.69 72.76 -
YUV 201.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 218 190 216 0 0.13 0.01 0.15 304.29 0.27 0.8
Hex DA BE D8 0 D 1 F 130 1B 50
Octal 332 276 330 0 15 1 17 460 33 120
Binary 11011010 10111110 11011000 0 1101 1 1111 100110000 11011 1010000

Color Harmonies of #DABED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABED8

Black with #DABED8

Text Example


Text Example

White with #DABED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABED8; }

 p { color: rgb(218,190,216); }

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

background-color css

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

 a { background-color: rgb(218,190,216); }

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

border-color css

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

 span { border-color: rgb(218,190,216); }

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