Html Css Color HEX #DFCEDC Thistle

📋 copy color: '#DFCEDC'

red 223 ◦ green 206 ◦ blue 220

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

Shades of Thistle #DFCEDC

Tints of Thistle #DFCEDC

RGB

 RED value IS 223 (87.5% from 255) = 34.36%

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

 BLUE value IS 220 (86.33% from 255) = 33.9%

R = 34.36%
G = 31.74%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFCEDC (or 0xDFCEDC) is known color: Thistle. HEX triplet: DF, CE and DC. RGB value is (223,206,220). Sum of RGB (Red+Green+Blue) = 223+206+220=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEDC is #203123. Grayscale: #D4D4D4. Windows color (decimal): -2109732 or 14470879. OLE color: 14470879.

HSL color Cylindrical-coordinate representation of color #DFCEDC: hue angle of 310.59º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFCEDC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 206 220 -
CMYK 0 0.08 0.01 0.13
HSL 310.59º 0.21% 0.84% -
HSV(B) 310.59º 0.08% 0.87% -
XYZ 65.42 65 76.81 -
YUV 212.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 223 206 220 0 0.08 0.01 0.13 310.59 0.21 0.84
Hex DF CE DC 0 8 1 D 137 15 54
Octal 337 316 334 0 10 1 15 467 25 124
Binary 11011111 11001110 11011100 0 1000 1 1101 100110111 10101 1010100

Color Harmonies of #DFCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCEDC

Black with #DFCEDC

Text Example


Text Example

White with #DFCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCEDC; }

 p { color: rgb(223,206,220); }

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

background-color css

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

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

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

border-color css

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

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

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