Html Css Color HEX #D6BED3 Thistle

📋 copy color: '#D6BED3'

red 214 ◦ green 190 ◦ blue 211

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

Shades of Thistle #D6BED3

Tints of Thistle #D6BED3

RGB

 RED value IS 214 (83.98% from 255) = 34.8%

 GREEN value IS 190 (74.61% from 255) = 30.89%

 BLUE value IS 211 (82.81% from 255) = 34.31%

R = 34.8%
G = 30.89%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D6BED3 (or 0xD6BED3) is known color: Thistle. HEX triplet: D6, BE and D3. RGB value is (214,190,211). Sum of RGB (Red+Green+Blue) = 214+190+211=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BED3 is #29412C. Grayscale: #C7C7C7. Windows color (decimal): -2703661 or 13876950. OLE color: 13876950.

HSL color Cylindrical-coordinate representation of color #D6BED3: hue angle of 307.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BED3 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 190 211 -
CMYK 0 0.11 0.01 0.16
HSL 307.5º 0.23% 0.79% -
HSV(B) 307.5º 0.11% 0.84% -
XYZ 57.9 55.83 69.35 -
YUV 199.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 214 190 211 0 0.11 0.01 0.16 307.5 0.23 0.79
Hex D6 BE D3 0 B 1 10 134 17 4F
Octal 326 276 323 0 13 1 20 464 27 117
Binary 11010110 10111110 11010011 0 1011 1 10000 100110100 10111 1001111

Color Harmonies of #D6BED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BED3

Black with #D6BED3

Text Example


Text Example

White with #D6BED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BED3; }

 p { color: rgb(214,190,211); }

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

background-color css

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

 a { background-color: rgb(214,190,211); }

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

border-color css

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

 span { border-color: rgb(214,190,211); }

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