Html Css Color HEX #DCCEDB Thistle

📋 copy color: '#DCCEDB'

red 220 ◦ green 206 ◦ blue 219

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

Shades of Thistle #DCCEDB

Tints of Thistle #DCCEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.95%

R = 34.11%
G = 31.94%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCCEDB (or 0xDCCEDB) is known color: Thistle. HEX triplet: DC, CE and DB. RGB value is (220,206,219). Sum of RGB (Red+Green+Blue) = 220+206+219=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEDB is #233124. Grayscale: #D3D3D3. Windows color (decimal): -2306341 or 14405340. OLE color: 14405340.

HSL color Cylindrical-coordinate representation of color #DCCEDB: hue angle of 304.29º degrees, saturation: 0.17, 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 #DCCEDB is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 206 219 -
CMYK 0 0.06 0.00 0.14
HSL 304.29º 0.17% 0.84% -
HSV(B) 304.29º 0.06% 0.86% -
XYZ 64.37 64.47 76.07 -
YUV 211.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 220 206 219 0 0.06 0.00 0.14 304.29 0.17 0.84
Hex DC CE DB 0 6 0 E 130 11 54
Octal 334 316 333 0 6 0 16 460 21 124
Binary 11011100 11001110 11011011 0 110 0 1110 100110000 10001 1010100

Color Harmonies of #DCCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCEDB

Black with #DCCEDB

Text Example


Text Example

White with #DCCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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