#CBC1CD

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

Shades of Prelude #CBC1CD

Tints of Prelude #CBC1CD

Color information

#CBC1CD (or 0xCBC1CD) is unknown color: approx Prelude. HEX triplet: CB, C1 and CD. RGB value is (203,193,205). Sum of RGB (Red+Green+Blue) = 203+193+205=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1CD is #343E32. Grayscale: #C5C5C5. Windows color (decimal): -3423795 or 13484491. OLE color: 13484491.

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

Color convert

RGB203193205-
CMYK0.010.0600.20
HSL290º10.71%78.04%-
HSV(B)290º5.85%80.39%-
XYZ54.7255.2465.54-
YUV197.36132.31132.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 193 (75.78% from 255) = 32.11%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=33.78%
G=32.11%
B=34.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031932050.010.0600.2029010.7178.04
HexCBC1CD16014122b4e
Octal3133013151602444213116
Binary110010111100000111001101111001010010010001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC1CD; }

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

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

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

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

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

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

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

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