#CAABD0

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

Shades of Prelude #CAABD0

Tints of Prelude #CAABD0

Color information

#CAABD0 (or 0xCAABD0) is unknown color: approx Prelude. HEX triplet: CA, AB and D0. RGB value is (202,171,208). Sum of RGB (Red+Green+Blue) = 202+171+208=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABD0 is #35542F. Grayscale: #B8B8B8. Windows color (decimal): -3494960 or 13675466. OLE color: 13675466.

HSL color Cylindrical-coordinate representation of color #CAABD0: hue angle of 290.27º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAABD0 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202171208-
CMYK0.030.1800.18
HSL290.27º28.24%74.31%-
HSV(B)290.27º17.79%81.57%-
XYZ50.3146.2465.95-
YUV184.49141.27140.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 171 (67.19% from 255) = 29.43%
BLUE value IS 208 (81.64% from 255) = 35.80%
R=34.77%
G=29.43%
B=35.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021712080.030.1800.18290.2728.2474.31
HexCAABD03120121221c4a
Octal31225332032202244234112
Binary1100101010101011110100001110010010010100100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABD0; }

 p { color: rgb(202,171,208); }

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

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

 a { background-color: rgb(202,171,208); }

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

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

 span { border-color: rgb(202,171,208); }

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