#CFBBDB

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

Shades of Prelude #CFBBDB

Tints of Prelude #CFBBDB

Color information

#CFBBDB (or 0xCFBBDB) is unknown color: approx Prelude. HEX triplet: CF, BB and DB. RGB value is (207,187,219). Sum of RGB (Red+Green+Blue) = 207+187+219=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBDB is #304424. Grayscale: #C4C4C4. Windows color (decimal): -3163173 or 14400463. OLE color: 14400463.

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

Color convert

RGB207187219-
CMYK0.050.1500.14
HSL277.5º30.77%79.61%-
HSV(B)277.5º14.61%85.88%-
XYZ56.2953.9274.46-
YUV196.63140.63135.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 219 (85.94% from 255) = 35.73%
R=33.77%
G=30.51%
B=35.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071872190.050.1500.14277.530.7779.61
HexCFBBDB5F0E1161f50
Octal31727333351701642637120
Binary110011111011101111011011101111101110100010110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBDB; }

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

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

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

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

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

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

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

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