Html Css Color HEX #DABFDA Thistle

📋 copy color: '#DABFDA'

red 218 ◦ green 191 ◦ blue 218

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

Shades of Thistle #DABFDA

Tints of Thistle #DABFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 30.46%

 BLUE value IS 218 (85.55% from 255) = 34.77%

R = 34.77%
G = 30.46%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DABFDA (or 0xDABFDA) is known color: Thistle. HEX triplet: DA, BF and DA. RGB value is (218,191,218). Sum of RGB (Red+Green+Blue) = 218+191+218=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DABFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFDA is #254025. Grayscale: #CACACA. Windows color (decimal): -2441254 or 14335962. OLE color: 14335962.

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

Color convert

RGB 218 191 218 -
CMYK 0 0.12 0 0.15
HSL 300º 0.27% 0.8% -
HSV(B) 300º 0.12% 0.85% -
XYZ 60.2 57.23 74.2 -
YUV 202.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 218 191 218 0 0.12 0 0.15 300 0.27 0.8
Hex DA BF DA 0 C 0 F 12C 1B 50
Octal 332 277 332 0 14 0 17 454 33 120
Binary 11011010 10111111 11011010 0 1100 0 1111 100101100 11011 1010000

Color Harmonies of #DABFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABFDA

Black with #DABFDA

Text Example


Text Example

White with #DABFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABFDA; }

 p { color: rgb(218,191,218); }

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

background-color css

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

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

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

border-color css

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

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

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