#CBC5CE

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

Shades of Prelude #CBC5CE

Tints of Prelude #CBC5CE

Color information

#CBC5CE (or 0xCBC5CE) is unknown color: approx Prelude. HEX triplet: CB, C5 and CE. RGB value is (203,197,206). Sum of RGB (Red+Green+Blue) = 203+197+206=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5CE is #343A31. Grayscale: #C7C7C7. Windows color (decimal): -3422770 or 13551051. OLE color: 13551051.

HSL color Cylindrical-coordinate representation of color #CBC5CE: hue angle of 280º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBC5CE is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203197206-
CMYK0.010.0400.19
HSL280º8.41%79.02%-
HSV(B)280º4.37%80.78%-
XYZ55.7457.0966.47-
YUV199.82131.49130.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 197 (77.34% from 255) = 32.51%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=33.50%
G=32.51%
B=33.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031972060.010.0400.192808.4179.02
HexCBC5CE1401311884f
Octal3133053161402343010117
Binary110010111100010111001110110001001110001100010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5CE; }

 p { color: rgb(203,197,206); }

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

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

 a { background-color: rgb(203,197,206); }

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

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

 span { border-color: rgb(203,197,206); }

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