#CBB1DA

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

Shades of Prelude #CBB1DA

Tints of Prelude #CBB1DA

Color information

#CBB1DA (or 0xCBB1DA) is unknown color: approx Prelude. HEX triplet: CB, B1 and DA. RGB value is (203,177,218). Sum of RGB (Red+Green+Blue) = 203+177+218=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBB1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1DA is #344E25. Grayscale: #BDBDBD. Windows color (decimal): -3427878 or 14332363. OLE color: 14332363.

HSL color Cylindrical-coordinate representation of color #CBB1DA: hue angle of 278.05º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBB1DA is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203177218-
CMYK0.070.1900.15
HSL278.05º35.65%77.45%-
HSV(B)278.05º18.81%85.49%-
XYZ53.0149.273.03-
YUV189.45144.11137.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 177 (69.53% from 255) = 29.60%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=33.95%
G=29.60%
B=36.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031772180.070.1900.15278.0535.6577.45
HexCBB1DA7130F116244d
Octal31326133272301742644115
Binary11001011101100011101101011110011011111000101101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB1DA; }

 p { color: rgb(203,177,218); }

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

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

 a { background-color: rgb(203,177,218); }

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

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

 span { border-color: rgb(203,177,218); }

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