Html Css Color HEX #D0BED2 Thistle

📋 copy color: '#D0BED2'

red 208 ◦ green 190 ◦ blue 210

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

Shades of Thistle #D0BED2

Tints of Thistle #D0BED2

RGB

 RED value IS 208 (81.64% from 255) = 34.21%

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

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

R = 34.21%
G = 31.25%
B = 34.54%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D0BED2 (or 0xD0BED2) is known color: Thistle. HEX triplet: D0, BE and D2. RGB value is (208,190,210). Sum of RGB (Red+Green+Blue) = 208+190+210=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 210 - color contains mainly: blue. Hex color #D0BED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BED2 is #2F412D. Grayscale: #C5C5C5. Windows color (decimal): -3096878 or 13811408. OLE color: 13811408.

HSL color Cylindrical-coordinate representation of color #D0BED2: hue angle of 294º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BED2 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 190 210 -
CMYK 0.01 0.10 0 0.18
HSL 294º 0.18% 0.78% -
HSV(B) 294º 0.1% 0.82% -
XYZ 56.06 54.89 68.61 -
YUV 197.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 208 190 210 0.01 0.10 0 0.18 294 0.18 0.78
Hex D0 BE D2 1 A 0 12 126 12 4E
Octal 320 276 322 1 12 0 22 446 22 116
Binary 11010000 10111110 11010010 1 1010 0 10010 100100110 10010 1001110

Color Harmonies of #D0BED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BED2

Black with #D0BED2

Text Example


Text Example

White with #D0BED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BED2; }

 p { color: rgb(208,190,210); }

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

background-color css

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

 a { background-color: rgb(208,190,210); }

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

border-color css

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

 span { border-color: rgb(208,190,210); }

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