#CFB1DF

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

Shades of Prelude #CFB1DF

Tints of Prelude #CFB1DF

Color information

#CFB1DF (or 0xCFB1DF) is unknown color: approx Prelude. HEX triplet: CF, B1 and DF. RGB value is (207,177,223). Sum of RGB (Red+Green+Blue) = 207+177+223=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1DF is #304E20. Grayscale: #BFBFBF. Windows color (decimal): -3165729 or 14660047. OLE color: 14660047.

HSL color Cylindrical-coordinate representation of color #CFB1DF: hue angle of 279.13º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFB1DF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207177223-
CMYK0.070.2100.13
HSL279.13º41.82%78.43%-
HSV(B)279.13º20.63%87.45%-
XYZ54.7750.0476.58-
YUV191.21145.94139.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 177 (69.53% from 255) = 29.16%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=34.10%
G=29.16%
B=36.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071772230.070.2100.13279.1341.8278.43
HexCFB1DF7150D1172a4e
Octal31726133772501542752116
Binary11001111101100011101111111110101011011000101111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB1DF; }

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

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

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

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

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

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

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

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