Html Css Color HEX #D2BCD4 Thistle

📋 copy color: '#D2BCD4'

red 210 ◦ green 188 ◦ blue 212

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

Shades of Thistle #D2BCD4

Tints of Thistle #D2BCD4

RGB

 RED value IS 210 (82.42% from 255) = 34.43%

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

 BLUE value IS 212 (83.2% from 255) = 34.75%

R = 34.43%
G = 30.82%
B = 34.75%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D2BCD4 (or 0xD2BCD4) is known color: Thistle. HEX triplet: D2, BC and D4. RGB value is (210,188,212). Sum of RGB (Red+Green+Blue) = 210+188+212=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 212 - color contains mainly: blue. Hex color #D2BCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCD4 is #2D432B. Grayscale: #C5C5C5. Windows color (decimal): -2966316 or 13941970. OLE color: 13941970.

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

Color convert

RGB 210 188 212 -
CMYK 0.01 0.11 0 0.17
HSL 295º 0.22% 0.78% -
HSV(B) 295º 0.11% 0.83% -
XYZ 56.45 54.42 69.82 -
YUV 197.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 210 188 212 0.01 0.11 0 0.17 295 0.22 0.78
Hex D2 BC D4 1 B 0 11 127 16 4E
Octal 322 274 324 1 13 0 21 447 26 116
Binary 11010010 10111100 11010100 1 1011 0 10001 100100111 10110 1001110

Color Harmonies of #D2BCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BCD4

Black with #D2BCD4

Text Example


Text Example

White with #D2BCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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