#CBBECD

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

Shades of Prelude #CBBECD

Tints of Prelude #CBBECD

Color information

#CBBECD (or 0xCBBECD) is unknown color: approx Prelude. HEX triplet: CB, BE and CD. RGB value is (203,190,205). Sum of RGB (Red+Green+Blue) = 203+190+205=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBECD is #344132. Grayscale: #C3C3C3. Windows color (decimal): -3424563 or 13483723. OLE color: 13483723.

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

Color convert

RGB203190205-
CMYK0.010.0700.20
HSL292º13.04%77.45%-
HSV(B)292º7.32%80.39%-
XYZ54.0653.9365.32-
YUV195.6133.31133.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=33.95%
G=31.77%
B=34.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031902050.010.0700.2029213.0477.45
HexCBBECD17014124d4d
Octal3132763151702444415115
Binary110010111011111011001101111101010010010010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBECD; }

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

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

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

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

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

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

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

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