Html Css Color HEX #DABBDF Thistle

📋 copy color: '#DABBDF'

red 218 ◦ green 187 ◦ blue 223

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

Shades of Thistle #DABBDF

Tints of Thistle #DABBDF

RGB

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

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

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

R = 34.71%
G = 29.78%
B = 35.51%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DABBDF (or 0xDABBDF) is known color: Thistle. HEX triplet: DA, BB and DF. RGB value is (218,187,223). Sum of RGB (Red+Green+Blue) = 218+187+223=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #DABBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBDF is #254420. Grayscale: #C8C8C8. Windows color (decimal): -2442273 or 14662618. OLE color: 14662618.

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

Color convert

RGB 218 187 223 -
CMYK 0.02 0.16 0 0.13
HSL 291.67º 0.36% 0.8% -
HSV(B) 291.67º 0.16% 0.87% -
XYZ 60 55.77 77.41 -
YUV 200.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 218 187 223 0.02 0.16 0 0.13 291.67 0.36 0.8
Hex DA BB DF 2 10 0 D 124 24 50
Octal 332 273 337 2 20 0 15 444 44 120
Binary 11011010 10111011 11011111 10 10000 0 1101 100100100 100100 1010000

Color Harmonies of #DABBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBDF

Black with #DABBDF

Text Example


Text Example

White with #DABBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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