#CFB7DC

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

Shades of Prelude #CFB7DC

Tints of Prelude #CFB7DC

Color information

#CFB7DC (or 0xCFB7DC) is unknown color: approx Prelude. HEX triplet: CF, B7 and DC. RGB value is (207,183,220). Sum of RGB (Red+Green+Blue) = 207+183+220=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7DC is #304823. Grayscale: #C2C2C2. Windows color (decimal): -3164196 or 14464975. OLE color: 14464975.

HSL color Cylindrical-coordinate representation of color #CFB7DC: hue angle of 278.92º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFB7DC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207183220-
CMYK0.060.1700.14
HSL278.92º34.58%79.02%-
HSV(B)278.92º16.82%86.27%-
XYZ55.5852.374.88-
YUV194.39142.45136.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 183 (71.88% from 255) = 30%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=33.93%
G=30%
B=36.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071832200.060.1700.14278.9234.5879.02
HexCFB7DC6110E117234f
Octal31726733462101642743117
Binary11001111101101111101110011010001011101000101111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB7DC; }

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

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

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

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

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

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

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

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