Html Css Color HEX #DCBBDF Thistle

📋 copy color: '#DCBBDF'

red 220 ◦ green 187 ◦ blue 223

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

Shades of Thistle #DCBBDF

Tints of Thistle #DCBBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.68%

 BLUE value IS 223 (87.5% from 255) = 35.4%

R = 34.92%
G = 29.68%
B = 35.4%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCBBDF (or 0xDCBBDF) is known color: Thistle. HEX triplet: DC, BB and DF. RGB value is (220,187,223). Sum of RGB (Red+Green+Blue) = 220+187+223=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCBBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBDF is #234420. Grayscale: #C8C8C8. Windows color (decimal): -2311201 or 14662620. OLE color: 14662620.

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

Color convert

RGB 220 187 223 -
CMYK 0.01 0.16 0 0.13
HSL 295º 0.36% 0.8% -
HSV(B) 295º 0.16% 0.87% -
XYZ 60.6 56.08 77.44 -
YUV 200.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 220 187 223 0.01 0.16 0 0.13 295 0.36 0.8
Hex DC BB DF 1 10 0 D 127 24 50
Octal 334 273 337 1 20 0 15 447 44 120
Binary 11011100 10111011 11011111 1 10000 0 1101 100100111 100100 1010000

Color Harmonies of #DCBBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBDF

Black with #DCBBDF

Text Example


Text Example

White with #DCBBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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