Html Css Color HEX #CFB5D0 Thistle

📋 copy color: '#CFB5D0'

red 207 ◦ green 181 ◦ blue 208

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

Shades of Thistle #CFB5D0

Tints of Thistle #CFB5D0

RGB

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

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

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

R = 34.73%
G = 30.37%
B = 34.9%

CMYK

 C value IS 0.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFB5D0 (or 0xCFB5D0) is known color: Thistle. HEX triplet: CF, B5 and D0. RGB value is (207,181,208). Sum of RGB (Red+Green+Blue) = 207+181+208=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFB5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5D0 is #304A2F. Grayscale: #BFBFBF. Windows color (decimal): -3164720 or 13678031. OLE color: 13678031.

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

Color convert

RGB 207 181 208 -
CMYK 0.00 0.13 0 0.18
HSL 297.78º 0.22% 0.76% -
HSV(B) 297.78º 0.13% 0.82% -
XYZ 53.64 50.87 66.67 -
YUV 191.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 207 181 208 0.00 0.13 0 0.18 297.78 0.22 0.76
Hex CF B5 D0 0 D 0 12 12A 16 4C
Octal 317 265 320 0 15 0 22 452 26 114
Binary 11001111 10110101 11010000 0 1101 0 10010 100101010 10110 1001100

Color Harmonies of #CFB5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5D0

Black with #CFB5D0

Text Example


Text Example

White with #CFB5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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