#CAB4DB

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

Shades of Prelude #CAB4DB

Tints of Prelude #CAB4DB

Color information

#CAB4DB (or 0xCAB4DB) is unknown color: approx Prelude. HEX triplet: CA, B4 and DB. RGB value is (202,180,219). Sum of RGB (Red+Green+Blue) = 202+180+219=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4DB is #354B24. Grayscale: #BEBEBE. Windows color (decimal): -3492645 or 14398666. OLE color: 14398666.

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

Color convert

RGB202180219-
CMYK0.080.1800.14
HSL273.85º35.14%78.24%-
HSV(B)273.85º17.81%85.88%-
XYZ53.4650.3173.91-
YUV191.02143.79135.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 180 (70.70% from 255) = 29.95%
BLUE value IS 219 (85.94% from 255) = 36.44%
R=33.61%
G=29.95%
B=36.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021802190.080.1800.14273.8535.1478.24
HexCAB4DB8120E112234e
Octal312264333102201642243116
Binary110010101011010011011011100010010011101000100101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB4DB; }

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

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

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

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

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

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

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

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