#CBC6CD

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

Shades of Prelude #CBC6CD

Tints of Prelude #CBC6CD

Color information

#CBC6CD (or 0xCBC6CD) is unknown color: approx Prelude. HEX triplet: CB, C6 and CD. RGB value is (203,198,205). Sum of RGB (Red+Green+Blue) = 203+198+205=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6CD is #343932. Grayscale: #C8C8C8. Windows color (decimal): -3422515 or 13485771. OLE color: 13485771.

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

Color convert

RGB203198205-
CMYK0.010.0300.20
HSL282.86º6.54%79.02%-
HSV(B)282.86º3.41%80.39%-
XYZ55.8457.4965.91-
YUV200.29130.66129.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 198 (77.73% from 255) = 32.67%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=33.50%
G=32.67%
B=33.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031982050.010.0300.20282.866.5479.02
HexCBC6CD1301411b74f
Octal313306315130244337117
Binary1100101111000110110011011110101001000110111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6CD; }

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

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

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

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

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

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

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

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