Html Css Color HEX #DACEDA Thistle

📋 copy color: '#DACEDA'

red 218 ◦ green 206 ◦ blue 218

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

Shades of Thistle #DACEDA

Tints of Thistle #DACEDA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.09%

 BLUE value IS 218 (85.55% from 255) = 33.96%

R = 33.96%
G = 32.09%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DACEDA (or 0xDACEDA) is known color: Thistle. HEX triplet: DA, CE and DA. RGB value is (218,206,218). Sum of RGB (Red+Green+Blue) = 218+206+218=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DACEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEDA is #253125. Grayscale: #D2D2D2. Windows color (decimal): -2437414 or 14339802. OLE color: 14339802.

HSL color Cylindrical-coordinate representation of color #DACEDA: hue angle of 300º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACEDA is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 218 -
CMYK 0 0.06 0 0.15
HSL 300º 0.14% 0.83% -
HSV(B) 300º 0.06% 0.85% -
XYZ 63.64 64.11 75.35 -
YUV 210.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 218 206 218 0 0.06 0 0.15 300 0.14 0.83
Hex DA CE DA 0 6 0 F 12C E 53
Octal 332 316 332 0 6 0 17 454 16 123
Binary 11011010 11001110 11011010 0 110 0 1111 100101100 1110 1010011

Color Harmonies of #DACEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACEDA

Black with #DACEDA

Text Example


Text Example

White with #DACEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACEDA; }

 p { color: rgb(218,206,218); }

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

background-color css

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

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

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

border-color css

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

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

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