Html Css Color HEX #CFB8D1 Thistle

📋 copy color: '#CFB8D1'

red 207 ◦ green 184 ◦ blue 209

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

Shades of Thistle #CFB8D1

Tints of Thistle #CFB8D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.83%

R = 34.5%
G = 30.67%
B = 34.83%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFB8D1 (or 0xCFB8D1) is known color: Thistle. HEX triplet: CF, B8 and D1. RGB value is (207,184,209). Sum of RGB (Red+Green+Blue) = 207+184+209=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFB8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8D1 is #30472E. Grayscale: #C1C1C1. Windows color (decimal): -3163951 or 13744335. OLE color: 13744335.

HSL color Cylindrical-coordinate representation of color #CFB8D1: hue angle of 295.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFB8D1 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 184 209 -
CMYK 0.01 0.12 0 0.18
HSL 295.2º 0.21% 0.77% -
HSV(B) 295.2º 0.12% 0.82% -
XYZ 54.38 52.15 67.52 -
YUV 193.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 207 184 209 0.01 0.12 0 0.18 295.2 0.21 0.77
Hex CF B8 D1 1 C 0 12 127 15 4D
Octal 317 270 321 1 14 0 22 447 25 115
Binary 11001111 10111000 11010001 1 1100 0 10010 100100111 10101 1001101

Color Harmonies of #CFB8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB8D1

Black with #CFB8D1

Text Example


Text Example

White with #CFB8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB8D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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