Html Css Color HEX #D7CFD5 Thistle

📋 copy color: '#D7CFD5'

red 215 ◦ green 207 ◦ blue 213

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

Shades of Thistle #D7CFD5

Tints of Thistle #D7CFD5

RGB

 RED value IS 215 (84.38% from 255) = 33.86%

 GREEN value IS 207 (81.25% from 255) = 32.6%

 BLUE value IS 213 (83.59% from 255) = 33.54%

R = 33.86%
G = 32.6%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D7CFD5 (or 0xD7CFD5) is known color: Thistle. HEX triplet: D7, CF and D5. RGB value is (215,207,213). Sum of RGB (Red+Green+Blue) = 215+207+213=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFD5 is #28302A. Grayscale: #D2D2D2. Windows color (decimal): -2633771 or 14012375. OLE color: 14012375.

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

Color convert

RGB 215 207 213 -
CMYK 0 0.04 0.01 0.16
HSL 315º 0.09% 0.83% -
HSV(B) 315º 0.04% 0.84% -
XYZ 62.35 63.88 71.99 -
YUV 210.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 215 207 213 0 0.04 0.01 0.16 315 0.09 0.83
Hex D7 CF D5 0 4 1 10 13B 9 53
Octal 327 317 325 0 4 1 20 473 11 123
Binary 11010111 11001111 11010101 0 100 1 10000 100111011 1001 1010011

Color Harmonies of #D7CFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CFD5

Black with #D7CFD5

Text Example


Text Example

White with #D7CFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CFD5; }

 p { color: rgb(215,207,213); }

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

background-color css

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

 a { background-color: rgb(215,207,213); }

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

border-color css

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

 span { border-color: rgb(215,207,213); }

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