Html Css Color HEX #D4BAD2 Thistle

📋 copy color: '#D4BAD2'

red 212 ◦ green 186 ◦ blue 210

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

Shades of Thistle #D4BAD2

Tints of Thistle #D4BAD2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.59%

 BLUE value IS 210 (82.42% from 255) = 34.54%

R = 34.87%
G = 30.59%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D4BAD2 (or 0xD4BAD2) is known color: Thistle. HEX triplet: D4, BA and D2. RGB value is (212,186,210). Sum of RGB (Red+Green+Blue) = 212+186+210=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BAD2 is #2B452D. Grayscale: #C4C4C4. Windows color (decimal): -2835758 or 13810388. OLE color: 13810388.

HSL color Cylindrical-coordinate representation of color #D4BAD2: hue angle of 304.62º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BAD2 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 186 210 -
CMYK 0 0.12 0.01 0.17
HSL 304.62º 0.23% 0.78% -
HSV(B) 304.62º 0.12% 0.83% -
XYZ 56.34 53.77 68.38 -
YUV 196.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 212 186 210 0 0.12 0.01 0.17 304.62 0.23 0.78
Hex D4 BA D2 0 C 1 11 131 17 4E
Octal 324 272 322 0 14 1 21 461 27 116
Binary 11010100 10111010 11010010 0 1100 1 10001 100110001 10111 1001110

Color Harmonies of #D4BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BAD2

Black with #D4BAD2

Text Example


Text Example

White with #D4BAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BAD2; }

 p { color: rgb(212,186,210); }

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

background-color css

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

 a { background-color: rgb(212,186,210); }

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

border-color css

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

 span { border-color: rgb(212,186,210); }

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