#CBAAD3

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

Shades of Prelude #CBAAD3

Tints of Prelude #CBAAD3

Color information

#CBAAD3 (or 0xCBAAD3) is unknown color: approx Prelude. HEX triplet: CB, AA and D3. RGB value is (203,170,211). Sum of RGB (Red+Green+Blue) = 203+170+211=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBAAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAD3 is #34552C. Grayscale: #B8B8B8. Windows color (decimal): -3429677 or 13871819. OLE color: 13871819.

HSL color Cylindrical-coordinate representation of color #CBAAD3: hue angle of 288.29º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBAAD3 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203170211-
CMYK0.040.1900.17
HSL288.29º31.78%74.71%-
HSV(B)288.29º19.43%82.75%-
XYZ50.7646.1567.86-
YUV184.54142.93141.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 211 (82.81% from 255) = 36.13%
R=34.76%
G=29.11%
B=36.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031702110.040.1900.17288.2931.7874.71
HexCBAAD3413011120204b
Octal31325232342302144040113
Binary110010111010101011010011100100110100011001000001000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAD3; }

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

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

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

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

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

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

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

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