#CBB5CF

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

Shades of Prelude #CBB5CF

Tints of Prelude #CBB5CF

Color information

#CBB5CF (or 0xCBB5CF) is unknown color: approx Prelude. HEX triplet: CB, B5 and CF. RGB value is (203,181,207). Sum of RGB (Red+Green+Blue) = 203+181+207=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5CF is #344A30. Grayscale: #BEBEBE. Windows color (decimal): -3426865 or 13612491. OLE color: 13612491.

HSL color Cylindrical-coordinate representation of color #CBB5CF: hue angle of 290.77º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB5CF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203181207-
CMYK0.020.1300.19
HSL290.77º21.31%76.08%-
HSV(B)290.77º12.56%81.18%-
XYZ52.4150.2565.97-
YUV190.54137.29136.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 181 (71.09% from 255) = 30.63%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=34.35%
G=30.63%
B=35.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031812070.020.1300.19290.7721.3176.08
HexCBB5CF2D013123154c
Octal31326531721502344325114
Binary110010111011010111001111101101010011100100011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5CF; }

 p { color: rgb(203,181,207); }

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

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

 a { background-color: rgb(203,181,207); }

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

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

 span { border-color: rgb(203,181,207); }

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