Html Css Color HEX #CFB9CD Thistle

📋 copy color: '#CFB9CD'

red 207 ◦ green 185 ◦ blue 205

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

Shades of Thistle #CFB9CD

Tints of Thistle #CFB9CD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.99%

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

R = 34.67%
G = 30.99%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFB9CD (or 0xCFB9CD) is known color: Thistle. HEX triplet: CF, B9 and CD. RGB value is (207,185,205). Sum of RGB (Red+Green+Blue) = 207+185+205=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9CD is #304632. Grayscale: #C1C1C1. Windows color (decimal): -3163699 or 13482447. OLE color: 13482447.

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

Color convert

RGB 207 185 205 -
CMYK 0 0.11 0.01 0.19
HSL 305.45º 0.19% 0.77% -
HSV(B) 305.45º 0.11% 0.81% -
XYZ 54.1 52.37 65.01 -
YUV 193.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 207 185 205 0 0.11 0.01 0.19 305.45 0.19 0.77
Hex CF B9 CD 0 B 1 13 131 13 4D
Octal 317 271 315 0 13 1 23 461 23 115
Binary 11001111 10111001 11001101 0 1011 1 10011 100110001 10011 1001101

Color Harmonies of #CFB9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB9CD

Black with #CFB9CD

Text Example


Text Example

White with #CFB9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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