#CAB1DB

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

Shades of Prelude #CAB1DB

Tints of Prelude #CAB1DB

Color information

#CAB1DB (or 0xCAB1DB) is unknown color: approx Prelude. HEX triplet: CA, B1 and DB. RGB value is (202,177,219). Sum of RGB (Red+Green+Blue) = 202+177+219=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1DB is #354E24. Grayscale: #BDBDBD. Windows color (decimal): -3493413 or 14397898. OLE color: 14397898.

HSL color Cylindrical-coordinate representation of color #CAB1DB: hue angle of 275.71º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAB1DB is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202177219-
CMYK0.080.1900.14
HSL275.71º36.84%77.65%-
HSV(B)275.71º19.18%85.88%-
XYZ52.8749.1273.71-
YUV189.26144.78137.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 177 (69.53% from 255) = 29.60%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=33.78%
G=29.60%
B=36.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021772190.080.1900.14275.7136.8477.65
HexCAB1DB8130E114254e
Octal312261333102301642445116
Binary110010101011000111011011100010011011101000101001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1DB; }

 p { color: rgb(202,177,219); }

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

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

 a { background-color: rgb(202,177,219); }

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

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

 span { border-color: rgb(202,177,219); }

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