Html Css Color HEX #CFBDCD Thistle

📋 copy color: '#CFBDCD'

red 207 ◦ green 189 ◦ blue 205

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

Shades of Thistle #CFBDCD

Tints of Thistle #CFBDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.45%

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

R = 34.44%
G = 31.45%
B = 34.11%

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

#CFBDCD (or 0xCFBDCD) is known color: Thistle. HEX triplet: CF, BD and CD. RGB value is (207,189,205). Sum of RGB (Red+Green+Blue) = 207+189+205=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDCD is #304232. Grayscale: #C4C4C4. Windows color (decimal): -3162675 or 13483471. OLE color: 13483471.

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

Color convert

RGB 207 189 205 -
CMYK 0 0.09 0.01 0.19
HSL 306.67º 0.16% 0.78% -
HSV(B) 306.67º 0.09% 0.81% -
XYZ 54.95 54.07 65.3 -
YUV 196.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 207 189 205 0 0.09 0.01 0.19 306.67 0.16 0.78
Hex CF BD CD 0 9 1 13 133 10 4E
Octal 317 275 315 0 11 1 23 463 20 116
Binary 11001111 10111101 11001101 0 1001 1 10011 100110011 10000 1001110

Color Harmonies of #CFBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDCD

Black with #CFBDCD

Text Example


Text Example

White with #CFBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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