Html Css Color HEX #CFC3CE Thistle

📋 copy color: '#CFC3CE'

red 207 ◦ green 195 ◦ blue 206

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

Shades of Thistle #CFC3CE

Tints of Thistle #CFC3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.07%

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

R = 34.05%
G = 32.07%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFC3CE (or 0xCFC3CE) is known color: Thistle. HEX triplet: CF, C3 and CE. RGB value is (207,195,206). Sum of RGB (Red+Green+Blue) = 207+195+206=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3CE is #303C31. Grayscale: #C7C7C7. Windows color (decimal): -3161138 or 13550543. OLE color: 13550543.

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

Color convert

RGB 207 195 206 -
CMYK 0 0.06 0.00 0.19
HSL 305º 0.11% 0.79% -
HSV(B) 305º 0.06% 0.81% -
XYZ 56.39 56.75 66.37 -
YUV 199.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 207 195 206 0 0.06 0.00 0.19 305 0.11 0.79
Hex CF C3 CE 0 6 0 13 131 B 4F
Octal 317 303 316 0 6 0 23 461 13 117
Binary 11001111 11000011 11001110 0 110 0 10011 100110001 1011 1001111

Color Harmonies of #CFC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC3CE

Black with #CFC3CE

Text Example


Text Example

White with #CFC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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