#CFB3DB

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

Shades of Prelude #CFB3DB

Tints of Prelude #CFB3DB

Color information

#CFB3DB (or 0xCFB3DB) is unknown color: approx Prelude. HEX triplet: CF, B3 and DB. RGB value is (207,179,219). Sum of RGB (Red+Green+Blue) = 207+179+219=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3DB is #304C24. Grayscale: #BFBFBF. Windows color (decimal): -3165221 or 14398415. OLE color: 14398415.

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

Color convert

RGB207179219-
CMYK0.050.1800.14
HSL282º35.71%78.04%-
HSV(B)282º18.26%85.88%-
XYZ54.6450.6273.91-
YUV191.93143.28138.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 179 (70.31% from 255) = 29.59%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=34.21%
G=29.59%
B=36.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071792190.050.1800.1428235.7178.04
HexCFB3DB5120E11a244e
Octal31726333352201643244116
Binary11001111101100111101101110110010011101000110101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB3DB; }

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

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

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

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

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

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

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

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