#CAABD8

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

Shades of Prelude #CAABD8

Tints of Prelude #CAABD8

Color information

#CAABD8 (or 0xCAABD8) is unknown color: approx Prelude. HEX triplet: CA, AB and D8. RGB value is (202,171,216). Sum of RGB (Red+Green+Blue) = 202+171+216=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 171 (67.19% from 255 or 29.03% 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 #CAABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABD8 is #355427. Grayscale: #B9B9B9. Windows color (decimal): -3494952 or 14199754. OLE color: 14199754.

HSL color Cylindrical-coordinate representation of color #CAABD8: hue angle of 281.33º 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 #CAABD8 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202171216-
CMYK0.060.2100.15
HSL281.33º36.59%75.88%-
HSV(B)281.33º20.83%84.71%-
XYZ51.3146.6471.26-
YUV185.4145.27139.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 216 (84.77% from 255) = 36.67%
R=34.30%
G=29.03%
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
Decimal2021712160.060.2100.15281.3336.5975.88
HexCAABD86150F119254c
Octal31225333062501743145114
Binary11001010101010111101100011010101011111000110011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABD8; }

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

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

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

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

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

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

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

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