Html Css Color HEX #DABDE0 Thistle

📋 copy color: '#DABDE0'

red 218 ◦ green 189 ◦ blue 224

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

Shades of Thistle #DABDE0

Tints of Thistle #DABDE0

RGB

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

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

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

R = 34.55%
G = 29.95%
B = 35.5%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DABDE0 (or 0xDABDE0) is known color: Thistle. HEX triplet: DA, BD and E0. RGB value is (218,189,224). Sum of RGB (Red+Green+Blue) = 218+189+224=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #DABDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDE0 is #25421F. Grayscale: #C9C9C9. Windows color (decimal): -2441760 or 14728666. OLE color: 14728666.

HSL color Cylindrical-coordinate representation of color #DABDE0: hue angle of 289.71º degrees, saturation: 0.36, 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 #DABDE0 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 189 224 -
CMYK 0.03 0.16 0 0.12
HSL 289.71º 0.36% 0.81% -
HSV(B) 289.71º 0.16% 0.88% -
XYZ 60.57 56.68 78.27 -
YUV 201.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 218 189 224 0.03 0.16 0 0.12 289.71 0.36 0.81
Hex DA BD E0 3 10 0 C 122 24 51
Octal 332 275 340 3 20 0 14 442 44 121
Binary 11011010 10111101 11100000 11 10000 0 1100 100100010 100100 1010001

Color Harmonies of #DABDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDE0

Black with #DABDE0

Text Example


Text Example

White with #DABDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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