Html Css Color HEX #CFB8CE Thistle

📋 copy color: '#CFB8CE'

red 207 ◦ green 184 ◦ blue 206

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

Shades of Thistle #CFB8CE

Tints of Thistle #CFB8CE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.82%

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

R = 34.67%
G = 30.82%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFB8CE (or 0xCFB8CE) is known color: Thistle. HEX triplet: CF, B8 and CE. RGB value is (207,184,206). Sum of RGB (Red+Green+Blue) = 207+184+206=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8CE is #304731. Grayscale: #C1C1C1. Windows color (decimal): -3163954 or 13547727. OLE color: 13547727.

HSL color Cylindrical-coordinate representation of color #CFB8CE: hue angle of 302.61º 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 #CFB8CE is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 184 206 -
CMYK 0 0.11 0.00 0.19
HSL 302.61º 0.19% 0.77% -
HSV(B) 302.61º 0.11% 0.81% -
XYZ 54.01 52 65.58 -
YUV 193.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 207 184 206 0 0.11 0.00 0.19 302.61 0.19 0.77
Hex CF B8 CE 0 B 0 13 12F 13 4D
Octal 317 270 316 0 13 0 23 457 23 115
Binary 11001111 10111000 11001110 0 1011 0 10011 100101111 10011 1001101

Color Harmonies of #CFB8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB8CE

Black with #CFB8CE

Text Example


Text Example

White with #CFB8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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