Html Css Color HEX #DBC5E0 Thistle

📋 copy color: '#DBC5E0'

red 219 ◦ green 197 ◦ blue 224

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

Shades of Thistle #DBC5E0

Tints of Thistle #DBC5E0

RGB

 RED value IS 219 (85.94% from 255) = 34.22%

 GREEN value IS 197 (77.34% from 255) = 30.78%

 BLUE value IS 224 (87.89% from 255) = 35%

R = 34.22%
G = 30.78%
B = 35%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBC5E0 (or 0xDBC5E0) is known color: Thistle. HEX triplet: DB, C5 and E0. RGB value is (219,197,224). Sum of RGB (Red+Green+Blue) = 219+197+224=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBC5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5E0 is #243A1F. Grayscale: #CECECE. Windows color (decimal): -2374176 or 14730715. OLE color: 14730715.

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

Color convert

RGB 219 197 224 -
CMYK 0.02 0.12 0 0.12
HSL 288.89º 0.3% 0.83% -
HSV(B) 288.89º 0.12% 0.88% -
XYZ 62.63 60.37 78.87 -
YUV 206.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 219 197 224 0.02 0.12 0 0.12 288.89 0.3 0.83
Hex DB C5 E0 2 C 0 C 121 1E 53
Octal 333 305 340 2 14 0 14 441 36 123
Binary 11011011 11000101 11100000 10 1100 0 1100 100100001 11110 1010011

Color Harmonies of #DBC5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC5E0

Black with #DBC5E0

Text Example


Text Example

White with #DBC5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC5E0; }

 p { color: rgb(219,197,224); }

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

background-color css

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

 a { background-color: rgb(219,197,224); }

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

border-color css

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

 span { border-color: rgb(219,197,224); }

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