Html Css Color HEX #CFBCCD Thistle

📋 copy color: '#CFBCCD'

red 207 ◦ green 188 ◦ blue 205

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

Shades of Thistle #CFBCCD

Tints of Thistle #CFBCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.17%

R = 34.5%
G = 31.33%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFBCCD (or 0xCFBCCD) is known color: Thistle. HEX triplet: CF, BC and CD. RGB value is (207,188,205). Sum of RGB (Red+Green+Blue) = 207+188+205=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCCD is #304332. Grayscale: #C3C3C3. Windows color (decimal): -3162931 or 13483215. OLE color: 13483215.

HSL color Cylindrical-coordinate representation of color #CFBCCD: hue angle of 306.32º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFBCCD is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 188 205 -
CMYK 0 0.09 0.01 0.19
HSL 306.32º 0.17% 0.77% -
HSV(B) 306.32º 0.09% 0.81% -
XYZ 54.73 53.64 65.23 -
YUV 195.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 207 188 205 0 0.09 0.01 0.19 306.32 0.17 0.77
Hex CF BC CD 0 9 1 13 132 11 4D
Octal 317 274 315 0 11 1 23 462 21 115
Binary 11001111 10111100 11001101 0 1001 1 10011 100110010 10001 1001101

Color Harmonies of #CFBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBCCD

Black with #CFBCCD

Text Example


Text Example

White with #CFBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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