#CFB7D7

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

Shades of Prelude #CFB7D7

Tints of Prelude #CFB7D7

Color information

#CFB7D7 (or 0xCFB7D7) is unknown color: approx Prelude. HEX triplet: CF, B7 and D7. RGB value is (207,183,215). Sum of RGB (Red+Green+Blue) = 207+183+215=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFB7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7D7 is #304828. Grayscale: #C1C1C1. Windows color (decimal): -3164201 or 14137295. OLE color: 14137295.

HSL color Cylindrical-coordinate representation of color #CFB7D7: hue angle of 285º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFB7D7 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207183215-
CMYK0.040.1500.16
HSL285º28.57%78.04%-
HSV(B)285º14.88%84.31%-
XYZ54.9352.0471.44-
YUV193.82139.95137.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 183 (71.88% from 255) = 30.25%
BLUE value IS 215 (84.38% from 255) = 35.54%
R=34.21%
G=30.25%
B=35.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071832150.040.1500.1628528.5778.04
HexCFB7D74F01011d1d4e
Octal31726732741702043535116
Binary1100111110110111110101111001111010000100011101111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB7D7; }

 p { color: rgb(207,183,215); }

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

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

 a { background-color: rgb(207,183,215); }

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

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

 span { border-color: rgb(207,183,215); }

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