Html Css Color HEX #D0BBCE Thistle

📋 copy color: '#D0BBCE'

red 208 ◦ green 187 ◦ blue 206

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

Shades of Thistle #D0BBCE

Tints of Thistle #D0BBCE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.11%

 BLUE value IS 206 (80.86% from 255) = 34.28%

R = 34.61%
G = 31.11%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0BBCE (or 0xD0BBCE) is known color: Thistle. HEX triplet: D0, BB and CE. RGB value is (208,187,206). Sum of RGB (Red+Green+Blue) = 208+187+206=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBCE is #2F4431. Grayscale: #C3C3C3. Windows color (decimal): -3097650 or 13548496. OLE color: 13548496.

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

Color convert

RGB 208 187 206 -
CMYK 0 0.10 0.01 0.18
HSL 305.71º 0.18% 0.77% -
HSV(B) 305.71º 0.1% 0.82% -
XYZ 54.92 53.41 65.81 -
YUV 195.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 208 187 206 0 0.10 0.01 0.18 305.71 0.18 0.77
Hex D0 BB CE 0 A 1 12 132 12 4D
Octal 320 273 316 0 12 1 22 462 22 115
Binary 11010000 10111011 11001110 0 1010 1 10010 100110010 10010 1001101

Color Harmonies of #D0BBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BBCE

Black with #D0BBCE

Text Example


Text Example

White with #D0BBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BBCE; }

 p { color: rgb(208,187,206); }

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

background-color css

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

 a { background-color: rgb(208,187,206); }

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

border-color css

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

 span { border-color: rgb(208,187,206); }

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