Html Css Color HEX #DACCD7 Thistle

📋 copy color: '#DACCD7'

red 218 ◦ green 204 ◦ blue 215

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

Shades of Thistle #DACCD7

Tints of Thistle #DACCD7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.03%

 BLUE value IS 215 (84.38% from 255) = 33.75%

R = 34.22%
G = 32.03%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DACCD7 (or 0xDACCD7) is known color: Thistle. HEX triplet: DA, CC and D7. RGB value is (218,204,215). Sum of RGB (Red+Green+Blue) = 218+204+215=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCD7 is #253328. Grayscale: #D1D1D1. Windows color (decimal): -2437929 or 14142682. OLE color: 14142682.

HSL color Cylindrical-coordinate representation of color #DACCD7: hue angle of 312.86º degrees, saturation: 0.16, 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 #DACCD7 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 204 215 -
CMYK 0 0.06 0.01 0.15
HSL 312.86º 0.16% 0.83% -
HSV(B) 312.86º 0.06% 0.85% -
XYZ 62.77 63 73.14 -
YUV 209.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 218 204 215 0 0.06 0.01 0.15 312.86 0.16 0.83
Hex DA CC D7 0 6 1 F 139 10 53
Octal 332 314 327 0 6 1 17 471 20 123
Binary 11011010 11001100 11010111 0 110 1 1111 100111001 10000 1010011

Color Harmonies of #DACCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACCD7

Black with #DACCD7

Text Example


Text Example

White with #DACCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACCD7; }

 p { color: rgb(218,204,215); }

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

background-color css

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

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

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

border-color css

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

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

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