Html Css Color HEX #D0CAD1 Thistle

📋 copy color: '#D0CAD1'

red 208 ◦ green 202 ◦ blue 209

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

Shades of Thistle #D0CAD1

Tints of Thistle #D0CAD1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.63%

 BLUE value IS 209 (82.03% from 255) = 33.76%

R = 33.6%
G = 32.63%
B = 33.76%

CMYK

 C value IS 0.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D0CAD1 (or 0xD0CAD1) is known color: Thistle. HEX triplet: D0, CA and D1. RGB value is (208,202,209). Sum of RGB (Red+Green+Blue) = 208+202+209=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 209 - color contains mainly: blue. Hex color #D0CAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CAD1 is #2F352E. Grayscale: #CCCCCC. Windows color (decimal): -3093807 or 13748944. OLE color: 13748944.

HSL color Cylindrical-coordinate representation of color #D0CAD1: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CAD1 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 202 209 -
CMYK 0.00 0.03 0 0.18
HSL 291.43º 0.07% 0.81% -
HSV(B) 291.43º 0.03% 0.82% -
XYZ 58.64 60.25 68.86 -
YUV 204.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 208 202 209 0.00 0.03 0 0.18 291.43 0.07 0.81
Hex D0 CA D1 0 3 0 12 123 7 51
Octal 320 312 321 0 3 0 22 443 7 121
Binary 11010000 11001010 11010001 0 11 0 10010 100100011 111 1010001

Color Harmonies of #D0CAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CAD1

Black with #D0CAD1

Text Example


Text Example

White with #D0CAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CAD1; }

 p { color: rgb(208,202,209); }

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

background-color css

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

 a { background-color: rgb(208,202,209); }

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

border-color css

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

 span { border-color: rgb(208,202,209); }

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