Html Css Color HEX #D1CAD3 Thistle

📋 copy color: '#D1CAD3'

red 209 ◦ green 202 ◦ blue 211

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

Shades of Thistle #D1CAD3

Tints of Thistle #D1CAD3

RGB

 RED value IS 209 (82.03% from 255) = 33.6%

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

 BLUE value IS 211 (82.81% from 255) = 33.92%

R = 33.6%
G = 32.48%
B = 33.92%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D1CAD3 (or 0xD1CAD3) is known color: Thistle. HEX triplet: D1, CA and D3. RGB value is (209,202,211). Sum of RGB (Red+Green+Blue) = 209+202+211=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 211 - color contains mainly: blue. Hex color #D1CAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CAD3 is #2E352C. Grayscale: #CDCDCD. Windows color (decimal): -3028269 or 13880017. OLE color: 13880017.

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

Color convert

RGB 209 202 211 -
CMYK 0.01 0.04 0 0.17
HSL 286.67º 0.09% 0.81% -
HSV(B) 286.67º 0.04% 0.83% -
XYZ 59.17 60.5 70.19 -
YUV 205.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 209 202 211 0.01 0.04 0 0.17 286.67 0.09 0.81
Hex D1 CA D3 1 4 0 11 11F 9 51
Octal 321 312 323 1 4 0 21 437 11 121
Binary 11010001 11001010 11010011 1 100 0 10001 100011111 1001 1010001

Color Harmonies of #D1CAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CAD3

Black with #D1CAD3

Text Example


Text Example

White with #D1CAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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