#CFB8DB

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

Shades of Prelude #CFB8DB

Tints of Prelude #CFB8DB

Color information

#CFB8DB (or 0xCFB8DB) is unknown color: approx Prelude. HEX triplet: CF, B8 and DB. RGB value is (207,184,219). Sum of RGB (Red+Green+Blue) = 207+184+219=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFB8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8DB is #304724. Grayscale: #C2C2C2. Windows color (decimal): -3163941 or 14399695. OLE color: 14399695.

HSL color Cylindrical-coordinate representation of color #CFB8DB: hue angle of 279.43º 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 #CFB8DB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207184219-
CMYK0.050.1600.14
HSL279.43º32.71%79.02%-
HSV(B)279.43º15.98%85.88%-
XYZ55.6652.6674.25-
YUV194.87141.62136.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 219 (85.94% from 255) = 35.90%
R=33.93%
G=30.16%
B=35.90%

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
Decimal2071842190.050.1600.14279.4332.7179.02
HexCFB8DB5100E117214f
Octal31727033352001642741117
Binary11001111101110001101101110110000011101000101111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB8DB; }

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

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

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

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

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

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

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

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