Html Css Color HEX #DACFDA Thistle

📋 copy color: '#DACFDA'

red 218 ◦ green 207 ◦ blue 218

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

Shades of Thistle #DACFDA

Tints of Thistle #DACFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.19%

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

R = 33.9%
G = 32.19%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DACFDA (or 0xDACFDA) is known color: Thistle. HEX triplet: DA, CF and DA. RGB value is (218,207,218). Sum of RGB (Red+Green+Blue) = 218+207+218=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DACFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFDA is #253025. Grayscale: #D3D3D3. Windows color (decimal): -2437158 or 14340058. OLE color: 14340058.

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

Color convert

RGB 218 207 218 -
CMYK 0 0.05 0 0.15
HSL 300º 0.13% 0.83% -
HSV(B) 300º 0.05% 0.85% -
XYZ 63.88 64.59 75.43 -
YUV 211.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 218 207 218 0 0.05 0 0.15 300 0.13 0.83
Hex DA CF DA 0 5 0 F 12C D 53
Octal 332 317 332 0 5 0 17 454 15 123
Binary 11011010 11001111 11011010 0 101 0 1111 100101100 1101 1010011

Color Harmonies of #DACFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACFDA

Black with #DACFDA

Text Example


Text Example

White with #DACFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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