Html Css Color HEX #CFB3D0 Thistle

📋 copy color: '#CFB3D0'

red 207 ◦ green 179 ◦ blue 208

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

Shades of Thistle #CFB3D0

Tints of Thistle #CFB3D0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.13%

 BLUE value IS 208 (81.64% from 255) = 35.02%

R = 34.85%
G = 30.13%
B = 35.02%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFB3D0 (or 0xCFB3D0) is known color: Thistle. HEX triplet: CF, B3 and D0. RGB value is (207,179,208). Sum of RGB (Red+Green+Blue) = 207+179+208=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFB3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3D0 is #304C2F. Grayscale: #BEBEBE. Windows color (decimal): -3165232 or 13677519. OLE color: 13677519.

HSL color Cylindrical-coordinate representation of color #CFB3D0: hue angle of 297.93º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB3D0 is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 179 208 -
CMYK 0.00 0.14 0 0.18
HSL 297.93º 0.24% 0.76% -
HSV(B) 297.93º 0.14% 0.82% -
XYZ 53.24 50.06 66.53 -
YUV 190.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 207 179 208 0.00 0.14 0 0.18 297.93 0.24 0.76
Hex CF B3 D0 0 E 0 12 12A 18 4C
Octal 317 263 320 0 16 0 22 452 30 114
Binary 11001111 10110011 11010000 0 1110 0 10010 100101010 11000 1001100

Color Harmonies of #CFB3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB3D0

Black with #CFB3D0

Text Example


Text Example

White with #CFB3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB3D0; }

 p { color: rgb(207,179,208); }

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

background-color css

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

 a { background-color: rgb(207,179,208); }

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

border-color css

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

 span { border-color: rgb(207,179,208); }

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