#CBB0DA

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

Shades of Prelude #CBB0DA

Tints of Prelude #CBB0DA

Color information

#CBB0DA (or 0xCBB0DA) is unknown color: approx Prelude. HEX triplet: CB, B0 and DA. RGB value is (203,176,218). Sum of RGB (Red+Green+Blue) = 203+176+218=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0DA is #344F25. Grayscale: #BCBCBC. Windows color (decimal): -3428134 or 14332107. OLE color: 14332107.

HSL color Cylindrical-coordinate representation of color #CBB0DA: hue angle of 278.57º 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 #CBB0DA is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203176218-
CMYK0.070.1900.15
HSL278.57º36.21%77.25%-
HSV(B)278.57º19.27%85.49%-
XYZ52.8148.8172.97-
YUV188.86144.45138.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 176 (69.14% from 255) = 29.48%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=34.00%
G=29.48%
B=36.52%

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
Decimal2031762180.070.1900.15278.5736.2177.25
HexCBB0DA7130F117244d
Octal31326033272301742744115
Binary11001011101100001101101011110011011111000101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0DA; }

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

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

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

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

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

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

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

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