#CFB1D2

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

Shades of Thistle #CFB1D2

Tints of Thistle #CFB1D2

Color information

#CFB1D2 (or 0xCFB1D2) is unknown color: approx Thistle. HEX triplet: CF, B1 and D2. RGB value is (207,177,210). Sum of RGB (Red+Green+Blue) = 207+177+210=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFB1D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1D2 is #304E2D. Grayscale: #BDBDBD. Windows color (decimal): -3165742 or 13808079. OLE color: 13808079.

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

Color convert

RGB207177210-
CMYK0.010.1600.18
HSL294.55º26.83%75.88%-
HSV(B)294.55º15.71%82.35%-
XYZ53.0949.3667.7-
YUV189.73139.44140.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 177 (69.53% from 255) = 29.80%
BLUE value IS 210 (82.42% from 255) = 35.35%
R=34.85%
G=29.80%
B=35.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071772100.010.1600.18294.5526.8375.88
HexCFB1D21100121271b4c
Octal31726132212002244733114
Binary110011111011000111010010110000010010100100111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB1D2; }

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

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

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

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

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

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

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

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