Html Css Color HEX #DACADA Thistle

📋 copy color: '#DACADA'

red 218 ◦ green 202 ◦ blue 218

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

Shades of Thistle #DACADA

Tints of Thistle #DACADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.66%

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

R = 34.17%
G = 31.66%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DACADA (or 0xDACADA) is known color: Thistle. HEX triplet: DA, CA and DA. RGB value is (218,202,218). Sum of RGB (Red+Green+Blue) = 218+202+218=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DACADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACADA is #253525. Grayscale: #D0D0D0. Windows color (decimal): -2438438 or 14338778. OLE color: 14338778.

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

Color convert

RGB 218 202 218 -
CMYK 0 0.07 0 0.15
HSL 300º 0.18% 0.82% -
HSV(B) 300º 0.07% 0.85% -
XYZ 62.69 62.21 75.03 -
YUV 208.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 218 202 218 0 0.07 0 0.15 300 0.18 0.82
Hex DA CA DA 0 7 0 F 12C 12 52
Octal 332 312 332 0 7 0 17 454 22 122
Binary 11011010 11001010 11011010 0 111 0 1111 100101100 10010 1010010

Color Harmonies of #DACADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACADA

Black with #DACADA

Text Example


Text Example

White with #DACADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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