#CFB5D7

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

Shades of Prelude #CFB5D7

Tints of Prelude #CFB5D7

Color information

#CFB5D7 (or 0xCFB5D7) is unknown color: approx Prelude. HEX triplet: CF, B5 and D7. RGB value is (207,181,215). Sum of RGB (Red+Green+Blue) = 207+181+215=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFB5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5D7 is #304A28. Grayscale: #C0C0C0. Windows color (decimal): -3164713 or 14136783. OLE color: 14136783.

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

Color convert

RGB207181215-
CMYK0.040.1600.16
HSL285.88º29.82%77.65%-
HSV(B)285.88º15.81%84.31%-
XYZ54.5251.2271.3-
YUV192.65140.61138.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 181 (71.09% from 255) = 30.02%
BLUE value IS 215 (84.38% from 255) = 35.66%
R=34.33%
G=30.02%
B=35.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071812150.040.1600.16285.8829.8277.65
HexCFB5D741001011e1e4e
Octal31726532742002043636116
Binary11001111101101011101011110010000010000100011110111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5D7; }

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

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

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

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

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

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

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

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