Html Css Color HEX #D4BED7 Thistle

📋 copy color: '#D4BED7'

red 212 ◦ green 190 ◦ blue 215

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

Shades of Thistle #D4BED7

Tints of Thistle #D4BED7

RGB

 RED value IS 212 (83.2% from 255) = 34.36%

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

 BLUE value IS 215 (84.38% from 255) = 34.85%

R = 34.36%
G = 30.79%
B = 34.85%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D4BED7 (or 0xD4BED7) is known color: Thistle. HEX triplet: D4, BE and D7. RGB value is (212,190,215). Sum of RGB (Red+Green+Blue) = 212+190+215=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 215 - color contains mainly: blue. Hex color #D4BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BED7 is #2B4128. Grayscale: #C7C7C7. Windows color (decimal): -2834729 or 14139092. OLE color: 14139092.

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

Color convert

RGB 212 190 215 -
CMYK 0.01 0.12 0 0.16
HSL 292.8º 0.24% 0.79% -
HSV(B) 292.8º 0.12% 0.84% -
XYZ 57.83 55.73 72 -
YUV 199.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 212 190 215 0.01 0.12 0 0.16 292.8 0.24 0.79
Hex D4 BE D7 1 C 0 10 125 18 4F
Octal 324 276 327 1 14 0 20 445 30 117
Binary 11010100 10111110 11010111 1 1100 0 10000 100100101 11000 1001111

Color Harmonies of #D4BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BED7

Black with #D4BED7

Text Example


Text Example

White with #D4BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BED7; }

 p { color: rgb(212,190,215); }

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

background-color css

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

 a { background-color: rgb(212,190,215); }

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

border-color css

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

 span { border-color: rgb(212,190,215); }

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