Html Css Color HEX #CFC5D0 Thistle

📋 copy color: '#CFC5D0'

red 207 ◦ green 197 ◦ blue 208

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

Shades of Thistle #CFC5D0

Tints of Thistle #CFC5D0

RGB

 RED value IS 207 (81.25% from 255) = 33.82%

 GREEN value IS 197 (77.34% from 255) = 32.19%

 BLUE value IS 208 (81.64% from 255) = 33.99%

R = 33.82%
G = 32.19%
B = 33.99%

CMYK

 C value IS 0.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFC5D0 (or 0xCFC5D0) is known color: Thistle. HEX triplet: CF, C5 and D0. RGB value is (207,197,208). Sum of RGB (Red+Green+Blue) = 207+197+208=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5D0 is #303A2F. Grayscale: #C9C9C9. Windows color (decimal): -3160624 or 13682127. OLE color: 13682127.

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

Color convert

RGB 207 197 208 -
CMYK 0.00 0.05 0 0.18
HSL 294.55º 0.1% 0.79% -
HSV(B) 294.55º 0.05% 0.82% -
XYZ 57.08 57.75 67.81 -
YUV 201.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 207 197 208 0.00 0.05 0 0.18 294.55 0.1 0.79
Hex CF C5 D0 0 5 0 12 127 A 4F
Octal 317 305 320 0 5 0 22 447 12 117
Binary 11001111 11000101 11010000 0 101 0 10010 100100111 1010 1001111

Color Harmonies of #CFC5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC5D0

Black with #CFC5D0

Text Example


Text Example

White with #CFC5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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