#CBAAD7

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

Shades of Prelude #CBAAD7

Tints of Prelude #CBAAD7

Color information

#CBAAD7 (or 0xCBAAD7) is unknown color: approx Prelude. HEX triplet: CB, AA and D7. RGB value is (203,170,215). Sum of RGB (Red+Green+Blue) = 203+170+215=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBAAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAD7 is #345528. Grayscale: #B8B8B8. Windows color (decimal): -3429673 or 14133963. OLE color: 14133963.

HSL color Cylindrical-coordinate representation of color #CBAAD7: hue angle of 284º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBAAD7 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203170215-
CMYK0.060.2100.16
HSL284º36%75.49%-
HSV(B)284º20.93%84.31%-
XYZ51.2746.3570.53-
YUV185144.93140.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.52%
GREEN value IS 170 (66.80% from 255) = 28.91%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=34.52%
G=28.91%
B=36.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031702150.060.2100.162843675.49
HexCBAAD761501011c244b
Octal31325232762502043444113
Binary110010111010101011010111110101010100001000111001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAD7; }

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

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

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

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

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

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

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

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