Html Css Color HEX #DABDDF Thistle

📋 copy color: '#DABDDF'

red 218 ◦ green 189 ◦ blue 223

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

Shades of Thistle #DABDDF

Tints of Thistle #DABDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.4%

R = 34.6%
G = 30%
B = 35.4%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DABDDF (or 0xDABDDF) is known color: Thistle. HEX triplet: DA, BD and DF. RGB value is (218,189,223). Sum of RGB (Red+Green+Blue) = 218+189+223=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #DABDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDDF is #254220. Grayscale: #C9C9C9. Windows color (decimal): -2441761 or 14663130. OLE color: 14663130.

HSL color Cylindrical-coordinate representation of color #DABDDF: hue angle of 291.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABDDF is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 189 223 -
CMYK 0.02 0.15 0 0.13
HSL 291.18º 0.35% 0.81% -
HSV(B) 291.18º 0.15% 0.87% -
XYZ 60.43 56.63 77.56 -
YUV 201.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 218 189 223 0.02 0.15 0 0.13 291.18 0.35 0.81
Hex DA BD DF 2 F 0 D 123 23 51
Octal 332 275 337 2 17 0 15 443 43 121
Binary 11011010 10111101 11011111 10 1111 0 1101 100100011 100011 1010001

Color Harmonies of #DABDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDDF

Black with #DABDDF

Text Example


Text Example

White with #DABDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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