#CFBED0

Color #CFBED0 Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #CFBED0

Tints of Thistle #CFBED0

Color information

#CFBED0 (or 0xCFBED0) is unknown color: approx Thistle. HEX triplet: CF, BE and D0. RGB value is (207,190,208). Sum of RGB (Red+Green+Blue) = 207+190+208=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBED0 is #30412F. Grayscale: #C5C5C5. Windows color (decimal): -3162416 or 13680335. OLE color: 13680335.

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

Color convert

RGB207190208-
CMYK0.000.0900.18
HSL296.67º16.07%78.04%-
HSV(B)296.67º8.65%81.57%-
XYZ55.5354.6567.3-
YUV197.14134.13135.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 208 (81.64% from 255) = 34.38%
R=34.21%
G=31.40%
B=34.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071902080.000.0900.18296.6716.0778.04
HexCFBED009012129104e
Octal31727632001102245120116
Binary11001111101111101101000001001010010100101001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBED0; }

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

 H1.HeaderClassName
 {
   color: #CFBED0;
 }
 .AnyTagClassName
 {
   color: #CFBED0;
 }
</style>
background-color css

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

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

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

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

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

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