Html Css Color HEX #DABFE1 Thistle

📋 copy color: '#DABFE1'

red 218 ◦ green 191 ◦ blue 225

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

Shades of Thistle #DABFE1

Tints of Thistle #DABFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.49%

R = 34.38%
G = 30.13%
B = 35.49%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DABFE1 (or 0xDABFE1) is known color: Thistle. HEX triplet: DA, BF and E1. RGB value is (218,191,225). Sum of RGB (Red+Green+Blue) = 218+191+225=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #DABFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFE1 is #25401E. Grayscale: #CACACA. Windows color (decimal): -2441247 or 14794714. OLE color: 14794714.

HSL color Cylindrical-coordinate representation of color #DABFE1: hue angle of 287.65º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABFE1 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 191 225 -
CMYK 0.03 0.15 0 0.12
HSL 287.65º 0.36% 0.82% -
HSV(B) 287.65º 0.15% 0.88% -
XYZ 61.13 57.6 79.13 -
YUV 202.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 218 191 225 0.03 0.15 0 0.12 287.65 0.36 0.82
Hex DA BF E1 3 F 0 C 120 24 52
Octal 332 277 341 3 17 0 14 440 44 122
Binary 11011010 10111111 11100001 11 1111 0 1100 100100000 100100 1010010

Color Harmonies of #DABFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABFE1

Black with #DABFE1

Text Example


Text Example

White with #DABFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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