#CFBDD1

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

Shades of Thistle #CFBDD1

Tints of Thistle #CFBDD1

Color information

#CFBDD1 (or 0xCFBDD1) is unknown color: approx Thistle. HEX triplet: CF, BD and D1. RGB value is (207,189,209). Sum of RGB (Red+Green+Blue) = 207+189+209=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDD1 is #30422E. Grayscale: #C4C4C4. Windows color (decimal): -3162671 or 13745615. OLE color: 13745615.

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

Color convert

RGB207189209-
CMYK0.010.1000.18
HSL294º17.86%78.04%-
HSV(B)294º9.57%81.96%-
XYZ55.4454.2667.87-
YUV196.66134.96135.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=34.21%
G=31.24%
B=34.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071892090.010.1000.1829417.8678.04
HexCFBDD11A012126124e
Octal31727532111202244622116
Binary11001111101111011101000111010010010100100110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDD1; }

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

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

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

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

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

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

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

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