#CBAAD8

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

Shades of Prelude #CBAAD8

Tints of Prelude #CBAAD8

Color information

#CBAAD8 (or 0xCBAAD8) is unknown color: approx Prelude. HEX triplet: CB, AA and D8. RGB value is (203,170,216). Sum of RGB (Red+Green+Blue) = 203+170+216=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBAAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAD8 is #345527. Grayscale: #B8B8B8. Windows color (decimal): -3429672 or 14199499. OLE color: 14199499.

HSL color Cylindrical-coordinate representation of color #CBAAD8: hue angle of 283.04º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBAAD8 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203170216-
CMYK0.060.2100.15
HSL283.04º37.1%75.69%-
HSV(B)283.04º21.3%84.71%-
XYZ51.446.471.21-
YUV185.11145.43140.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 216 (84.77% from 255) = 36.67%
R=34.47%
G=28.86%
B=36.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031702160.060.2100.15283.0437.175.69
HexCBAAD86150F11b254c
Octal31325233062501743345114
Binary11001011101010101101100011010101011111000110111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAD8; }

 p { color: rgb(203,170,216); }

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

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

 a { background-color: rgb(203,170,216); }

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

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

 span { border-color: rgb(203,170,216); }

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