#CBB0DE

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

Shades of Prelude #CBB0DE

Tints of Prelude #CBB0DE

Color information

#CBB0DE (or 0xCBB0DE) is unknown color: approx Prelude. HEX triplet: CB, B0 and DE. RGB value is (203,176,222). Sum of RGB (Red+Green+Blue) = 203+176+222=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBB0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0DE is #344F21. Grayscale: #BDBDBD. Windows color (decimal): -3428130 or 14594251. OLE color: 14594251.

HSL color Cylindrical-coordinate representation of color #CBB0DE: hue angle of 275.22º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB0DE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203176222-
CMYK0.090.2100.13
HSL275.22º41.07%78.04%-
HSV(B)275.22º20.72%87.06%-
XYZ53.3449.0275.76-
YUV189.32146.45137.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 176 (69.14% from 255) = 29.28%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=33.78%
G=29.28%
B=36.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031762220.090.2100.13275.2241.0778.04
HexCBB0DE9150D113294e
Octal313260336112501542351116
Binary110010111011000011011110100110101011011000100111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0DE; }

 p { color: rgb(203,176,222); }

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

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

 a { background-color: rgb(203,176,222); }

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

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

 span { border-color: rgb(203,176,222); }

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