#CFB7DB

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

Shades of Prelude #CFB7DB

Tints of Prelude #CFB7DB

Color information

#CFB7DB (or 0xCFB7DB) is unknown color: approx Prelude. HEX triplet: CF, B7 and DB. RGB value is (207,183,219). Sum of RGB (Red+Green+Blue) = 207+183+219=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7DB is #304824. Grayscale: #C2C2C2. Windows color (decimal): -3164197 or 14399439. OLE color: 14399439.

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

Color convert

RGB207183219-
CMYK0.050.1600.14
HSL280º33.33%78.82%-
HSV(B)280º16.44%85.88%-
XYZ55.4552.2574.18-
YUV194.28141.95137.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.99%
GREEN value IS 183 (71.88% from 255) = 30.05%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=33.99%
G=30.05%
B=35.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071832190.050.1600.1428033.3378.82
HexCFB7DB5100E118214f
Octal31726733352001643041117
Binary11001111101101111101101110110000011101000110001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB7DB; }

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

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

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

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

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

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

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

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