Html Css Color HEX #DABEE0 Thistle

📋 copy color: '#DABEE0'

red 218 ◦ green 190 ◦ blue 224

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

Shades of Thistle #DABEE0

Tints of Thistle #DABEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.44%

R = 34.49%
G = 30.06%
B = 35.44%

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

#DABEE0 (or 0xDABEE0) is known color: Thistle. HEX triplet: DA, BE and E0. RGB value is (218,190,224). Sum of RGB (Red+Green+Blue) = 218+190+224=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #DABEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEE0 is #25411F. Grayscale: #CACACA. Windows color (decimal): -2441504 or 14728922. OLE color: 14728922.

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

Color convert

RGB 218 190 224 -
CMYK 0.03 0.15 0 0.12
HSL 289.41º 0.35% 0.81% -
HSV(B) 289.41º 0.15% 0.88% -
XYZ 60.78 57.11 78.34 -
YUV 202.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 218 190 224 0.03 0.15 0 0.12 289.41 0.35 0.81
Hex DA BE E0 3 F 0 C 121 23 51
Octal 332 276 340 3 17 0 14 441 43 121
Binary 11011010 10111110 11100000 11 1111 0 1100 100100001 100011 1010001

Color Harmonies of #DABEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABEE0

Black with #DABEE0

Text Example


Text Example

White with #DABEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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