Html Css Color HEX #CFBCD1 Thistle

📋 copy color: '#CFBCD1'

red 207 ◦ green 188 ◦ blue 209

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

Shades of Thistle #CFBCD1

Tints of Thistle #CFBCD1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.13%

 BLUE value IS 209 (82.03% from 255) = 34.6%

R = 34.27%
G = 31.13%
B = 34.6%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFBCD1 (or 0xCFBCD1) is known color: Thistle. HEX triplet: CF, BC and D1. RGB value is (207,188,209). Sum of RGB (Red+Green+Blue) = 207+188+209=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFBCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCD1 is #30432E. Grayscale: #C4C4C4. Windows color (decimal): -3162927 or 13745359. OLE color: 13745359.

HSL color Cylindrical-coordinate representation of color #CFBCD1: hue angle of 294.29º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBCD1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 188 209 -
CMYK 0.01 0.10 0 0.18
HSL 294.29º 0.19% 0.78% -
HSV(B) 294.29º 0.1% 0.82% -
XYZ 55.22 53.84 67.8 -
YUV 196.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 207 188 209 0.01 0.10 0 0.18 294.29 0.19 0.78
Hex CF BC D1 1 A 0 12 126 13 4E
Octal 317 274 321 1 12 0 22 446 23 116
Binary 11001111 10111100 11010001 1 1010 0 10010 100100110 10011 1001110

Color Harmonies of #CFBCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBCD1

Black with #CFBCD1

Text Example


Text Example

White with #CFBCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBCD1; }

 p { color: rgb(207,188,209); }

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

background-color css

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

 a { background-color: rgb(207,188,209); }

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

border-color css

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

 span { border-color: rgb(207,188,209); }

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