Html Css Color HEX #D0CACF Thistle

📋 copy color: '#D0CACF'

red 208 ◦ green 202 ◦ blue 207

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

Shades of Thistle #D0CACF

Tints of Thistle #D0CACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.55%

R = 33.71%
G = 32.74%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D0CACF (or 0xD0CACF) is known color: Thistle. HEX triplet: D0, CA and CF. RGB value is (208,202,207). Sum of RGB (Red+Green+Blue) = 208+202+207=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CACF is #2F3530. Grayscale: #CCCCCC. Windows color (decimal): -3093809 or 13617872. OLE color: 13617872.

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

Color convert

RGB 208 202 207 -
CMYK 0 0.03 0.00 0.18
HSL 310º 0.06% 0.8% -
HSV(B) 310º 0.03% 0.82% -
XYZ 58.4 60.16 67.56 -
YUV 204.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 208 202 207 0 0.03 0.00 0.18 310 0.06 0.8
Hex D0 CA CF 0 3 0 12 136 6 50
Octal 320 312 317 0 3 0 22 466 6 120
Binary 11010000 11001010 11001111 0 11 0 10010 100110110 110 1010000

Color Harmonies of #D0CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CACF

Black with #D0CACF

Text Example


Text Example

White with #D0CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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