Html Css Color HEX #DCCFDA Thistle

📋 copy color: '#DCCFDA'

red 220 ◦ green 207 ◦ blue 218

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

Shades of Thistle #DCCFDA

Tints of Thistle #DCCFDA

RGB

 RED value IS 220 (86.33% from 255) = 34.11%

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

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

R = 34.11%
G = 32.09%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCCFDA (or 0xDCCFDA) is known color: Thistle. HEX triplet: DC, CF and DA. RGB value is (220,207,218). Sum of RGB (Red+Green+Blue) = 220+207+218=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFDA is #233025. Grayscale: #D4D4D4. Windows color (decimal): -2306086 or 14340060. OLE color: 14340060.

HSL color Cylindrical-coordinate representation of color #DCCFDA: hue angle of 309.23º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCCFDA is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 207 218 -
CMYK 0 0.06 0.01 0.14
HSL 309.23º 0.16% 0.84% -
HSV(B) 309.23º 0.06% 0.86% -
XYZ 64.48 64.9 75.46 -
YUV 212.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 220 207 218 0 0.06 0.01 0.14 309.23 0.16 0.84
Hex DC CF DA 0 6 1 E 135 10 54
Octal 334 317 332 0 6 1 16 465 20 124
Binary 11011100 11001111 11011010 0 110 1 1110 100110101 10000 1010100

Color Harmonies of #DCCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCFDA

Black with #DCCFDA

Text Example


Text Example

White with #DCCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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