Html Css Color HEX #CFC1CE Thistle

📋 copy color: '#CFC1CE'

red 207 ◦ green 193 ◦ blue 206

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

Shades of Thistle #CFC1CE

Tints of Thistle #CFC1CE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.85%

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 34.16%
G = 31.85%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFC1CE (or 0xCFC1CE) is known color: Thistle. HEX triplet: CF, C1 and CE. RGB value is (207,193,206). Sum of RGB (Red+Green+Blue) = 207+193+206=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1CE is #303E31. Grayscale: #C6C6C6. Windows color (decimal): -3161650 or 13550031. OLE color: 13550031.

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

Color convert

RGB 207 193 206 -
CMYK 0 0.07 0.00 0.19
HSL 304.29º 0.13% 0.78% -
HSV(B) 304.29º 0.07% 0.81% -
XYZ 55.94 55.86 66.23 -
YUV 198.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 207 193 206 0 0.07 0.00 0.19 304.29 0.13 0.78
Hex CF C1 CE 0 7 0 13 130 D 4E
Octal 317 301 316 0 7 0 23 460 15 116
Binary 11001111 11000001 11001110 0 111 0 10011 100110000 1101 1001110

Color Harmonies of #CFC1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC1CE

Black with #CFC1CE

Text Example


Text Example

White with #CFC1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC1CE; }

 p { color: rgb(207,193,206); }

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

background-color css

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

 a { background-color: rgb(207,193,206); }

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

border-color css

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

 span { border-color: rgb(207,193,206); }

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