Html Css Color HEX #DCBCE5 Thistle

📋 copy color: '#DCBCE5'

red 220 ◦ green 188 ◦ blue 229

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

Shades of Thistle #DCBCE5

Tints of Thistle #DCBCE5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.51%

 BLUE value IS 229 (89.84% from 255) = 35.95%

R = 34.54%
G = 29.51%
B = 35.95%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCBCE5 (or 0xDCBCE5) is known color: Thistle. HEX triplet: DC, BC and E5. RGB value is (220,188,229). Sum of RGB (Red+Green+Blue) = 220+188+229=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCBCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCE5 is #23431A. Grayscale: #CACACA. Windows color (decimal): -2310939 or 15056092. OLE color: 15056092.

HSL color Cylindrical-coordinate representation of color #DCBCE5: hue angle of 286.83º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBCE5 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 188 229 -
CMYK 0.04 0.18 0 0.10
HSL 286.83º 0.44% 0.82% -
HSV(B) 286.83º 0.18% 0.9% -
XYZ 61.64 56.84 81.85 -
YUV 202.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 220 188 229 0.04 0.18 0 0.10 286.83 0.44 0.82
Hex DC BC E5 4 12 0 A 11F 2C 52
Octal 334 274 345 4 22 0 12 437 54 122
Binary 11011100 10111100 11100101 100 10010 0 1010 100011111 101100 1010010

Color Harmonies of #DCBCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCE5

Black with #DCBCE5

Text Example


Text Example

White with #DCBCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCE5; }

 p { color: rgb(220,188,229); }

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

background-color css

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

 a { background-color: rgb(220,188,229); }

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

border-color css

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

 span { border-color: rgb(220,188,229); }

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