#CBB5CD

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

Shades of Prelude #CBB5CD

Tints of Prelude #CBB5CD

Color information

#CBB5CD (or 0xCBB5CD) is unknown color: approx Prelude. HEX triplet: CB, B5 and CD. RGB value is (203,181,205). Sum of RGB (Red+Green+Blue) = 203+181+205=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5CD is #344A32. Grayscale: #BEBEBE. Windows color (decimal): -3426867 or 13481419. OLE color: 13481419.

HSL color Cylindrical-coordinate representation of color #CBB5CD: hue angle of 295º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB5CD is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203181205-
CMYK0.010.1200.20
HSL295º19.35%75.69%-
HSV(B)295º11.71%80.39%-
XYZ52.1750.1564.69-
YUV190.31136.29137.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 181 (71.09% from 255) = 30.73%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=34.47%
G=30.73%
B=34.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031812050.010.1200.2029519.3575.69
HexCBB5CD1C014127134c
Octal31326531511402444723114
Binary11001011101101011100110111100010100100100111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5CD; }

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

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

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

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

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

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

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

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