Html Css Color HEX #DBBCE2 Thistle

📋 copy color: '#DBBCE2'

red 219 ◦ green 188 ◦ blue 226

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

Shades of Thistle #DBBCE2

Tints of Thistle #DBBCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.7%

R = 34.6%
G = 29.7%
B = 35.7%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DBBCE2 (or 0xDBBCE2) is known color: Thistle. HEX triplet: DB, BC and E2. RGB value is (219,188,226). Sum of RGB (Red+Green+Blue) = 219+188+226=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBBCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCE2 is #24431D. Grayscale: #C9C9C9. Windows color (decimal): -2376478 or 14859483. OLE color: 14859483.

HSL color Cylindrical-coordinate representation of color #DBBCE2: hue angle of 288.95º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBBCE2 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 188 226 -
CMYK 0.03 0.17 0 0.11
HSL 288.95º 0.4% 0.81% -
HSV(B) 288.95º 0.17% 0.89% -
XYZ 60.92 56.52 79.65 -
YUV 201.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 219 188 226 0.03 0.17 0 0.11 288.95 0.4 0.81
Hex DB BC E2 3 11 0 B 121 28 51
Octal 333 274 342 3 21 0 13 441 50 121
Binary 11011011 10111100 11100010 11 10001 0 1011 100100001 101000 1010001

Color Harmonies of #DBBCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCE2

Black with #DBBCE2

Text Example


Text Example

White with #DBBCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCE2; }

 p { color: rgb(219,188,226); }

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

background-color css

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

 a { background-color: rgb(219,188,226); }

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

border-color css

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

 span { border-color: rgb(219,188,226); }

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