#DABEE1

Color #DABEE1 Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #DABEE1

Tints of Thistle #DABEE1

Color information

#DABEE1 (or 0xDABEE1) is unknown color: approx Thistle. HEX triplet: DA, BE and E1. RGB value is (218,190,225). Sum of RGB (Red+Green+Blue) = 218+190+225=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #DABEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEE1 is #25411E. Grayscale: #CACACA. Windows color (decimal): -2441503 or 14794458. OLE color: 14794458.

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

Color convert

RGB218190225-
CMYK0.030.1600.12
HSL288º36.84%81.37%-
HSV(B)288º15.56%88.24%-
XYZ60.9257.1779.06-
YUV202.36140.78139.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=34.44%
G=30.02%
B=35.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181902250.030.1600.1228836.8481.37
HexDABEE13100C1202551
Octal33227634132001444045121
Binary1101101010111110111000011110000011001001000001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEE1; }

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

 H1.HeaderClassName
 {
   color: #DABEE1;
 }
 .AnyTagClassName
 {
   color: #DABEE1;
 }
</style>
background-color css

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

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

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

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

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

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