#CBC2CE

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

Shades of Prelude #CBC2CE

Tints of Prelude #CBC2CE

Color information

#CBC2CE (or 0xCBC2CE) is unknown color: approx Prelude. HEX triplet: CB, C2 and CE. RGB value is (203,194,206). Sum of RGB (Red+Green+Blue) = 203+194+206=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2CE is #343D31. Grayscale: #C6C6C6. Windows color (decimal): -3423538 or 13550283. OLE color: 13550283.

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

Color convert

RGB203194206-
CMYK0.010.0600.19
HSL285º10.91%78.43%-
HSV(B)285º5.83%80.78%-
XYZ55.0655.7466.25-
YUV198.06132.48131.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 194 (76.17% from 255) = 32.17%
BLUE value IS 206 (80.86% from 255) = 34.16%
R=33.67%
G=32.17%
B=34.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031942060.010.0600.1928510.9178.43
HexCBC2CE1601311db4e
Octal3133023161602343513116
Binary110010111100001011001110111001001110001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2CE; }

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

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

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

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

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

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

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

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