Html Css Color HEX #CFB5CE Thistle

📋 copy color: '#CFB5CE'

red 207 ◦ green 181 ◦ blue 206

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

Shades of Thistle #CFB5CE

Tints of Thistle #CFB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.47%

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

R = 34.85%
G = 30.47%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFB5CE (or 0xCFB5CE) is known color: Thistle. HEX triplet: CF, B5 and CE. RGB value is (207,181,206). Sum of RGB (Red+Green+Blue) = 207+181+206=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5CE is #304A31. Grayscale: #BFBFBF. Windows color (decimal): -3164722 or 13546959. OLE color: 13546959.

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

Color convert

RGB 207 181 206 -
CMYK 0 0.13 0.00 0.19
HSL 302.31º 0.21% 0.76% -
HSV(B) 302.31º 0.13% 0.81% -
XYZ 53.4 50.77 65.38 -
YUV 191.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 207 181 206 0 0.13 0.00 0.19 302.31 0.21 0.76
Hex CF B5 CE 0 D 0 13 12E 15 4C
Octal 317 265 316 0 15 0 23 456 25 114
Binary 11001111 10110101 11001110 0 1101 0 10011 100101110 10101 1001100

Color Harmonies of #CFB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5CE

Black with #CFB5CE

Text Example


Text Example

White with #CFB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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