#CFBFD2

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

Shades of Thistle #CFBFD2

Tints of Thistle #CFBFD2

Color information

#CFBFD2 (or 0xCFBFD2) is unknown color: approx Thistle. HEX triplet: CF, BF and D2. RGB value is (207,191,210). Sum of RGB (Red+Green+Blue) = 207+191+210=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFD2 is #30402D. Grayscale: #C5C5C5. Windows color (decimal): -3162158 or 13811663. OLE color: 13811663.

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

Color convert

RGB207191210-
CMYK0.010.0900.18
HSL290.53º17.43%78.63%-
HSV(B)290.53º9.05%82.35%-
XYZ5655.1868.67-
YUV197.95134.8134.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 210 (82.42% from 255) = 34.54%
R=34.05%
G=31.41%
B=34.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071912100.010.0900.18290.5317.4378.63
HexCFBFD219012123114f
Octal31727732211102244321117
Binary11001111101111111101001011001010010100100011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFD2; }

 p { color: rgb(207,191,210); }

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

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

 a { background-color: rgb(207,191,210); }

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

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

 span { border-color: rgb(207,191,210); }

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