#CBBED1

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

Shades of Prelude #CBBED1

Tints of Prelude #CBBED1

Color information

#CBBED1 (or 0xCBBED1) is unknown color: approx Prelude. HEX triplet: CB, BE and D1. RGB value is (203,190,209). Sum of RGB (Red+Green+Blue) = 203+190+209=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBED1 is #34412E. Grayscale: #C3C3C3. Windows color (decimal): -3424559 or 13745867. OLE color: 13745867.

HSL color Cylindrical-coordinate representation of color #CBBED1: hue angle of 281.05º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBBED1 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203190209-
CMYK0.030.0900.18
HSL281.05º17.12%78.24%-
HSV(B)281.05º9.09%81.96%-
XYZ54.5554.1367.89-
YUV196.05135.31132.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 209 (82.03% from 255) = 34.72%
R=33.72%
G=31.56%
B=34.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031902090.030.0900.18281.0517.1278.24
HexCBBED139012119114e
Octal31327632131102243121116
Binary110010111011111011010001111001010010100011001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBED1; }

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

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

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

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

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

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

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

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