Html Css Color HEX #DCBBE1 Thistle

📋 copy color: '#DCBBE1'

red 220 ◦ green 187 ◦ blue 225

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

Shades of Thistle #DCBBE1

Tints of Thistle #DCBBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.6%

R = 34.81%
G = 29.59%
B = 35.6%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCBBE1 (or 0xDCBBE1) is known color: Thistle. HEX triplet: DC, BB and E1. RGB value is (220,187,225). Sum of RGB (Red+Green+Blue) = 220+187+225=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBE1 is #23441E. Grayscale: #C9C9C9. Windows color (decimal): -2311199 or 14793692. OLE color: 14793692.

HSL color Cylindrical-coordinate representation of color #DCBBE1: hue angle of 292.11º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBBE1 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 187 225 -
CMYK 0.02 0.17 0 0.12
HSL 292.11º 0.39% 0.81% -
HSV(B) 292.11º 0.17% 0.88% -
XYZ 60.88 56.19 78.87 -
YUV 201.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 220 187 225 0.02 0.17 0 0.12 292.11 0.39 0.81
Hex DC BB E1 2 11 0 C 124 27 51
Octal 334 273 341 2 21 0 14 444 47 121
Binary 11011100 10111011 11100001 10 10001 0 1100 100100100 100111 1010001

Color Harmonies of #DCBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBE1

Black with #DCBBE1

Text Example


Text Example

White with #DCBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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