#CBAAD4

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

Shades of Prelude #CBAAD4

Tints of Prelude #CBAAD4

Color information

#CBAAD4 (or 0xCBAAD4) is unknown color: approx Prelude. HEX triplet: CB, AA and D4. RGB value is (203,170,212). Sum of RGB (Red+Green+Blue) = 203+170+212=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBAAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAD4 is #34552B. Grayscale: #B8B8B8. Windows color (decimal): -3429676 or 13937355. OLE color: 13937355.

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

Color convert

RGB203170212-
CMYK0.040.2000.17
HSL287.14º32.81%74.9%-
HSV(B)287.14º19.81%83.14%-
XYZ50.8946.268.52-
YUV184.66143.43141.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 212 (83.20% from 255) = 36.24%
R=34.70%
G=29.06%
B=36.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031702120.040.2000.17287.1432.8174.9
HexCBAAD441401111f214b
Octal31325232442402143741113
Binary110010111010101011010100100101000100011000111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAD4; }

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

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

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

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

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

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

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

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