#CAB0DB

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

Shades of Prelude #CAB0DB

Tints of Prelude #CAB0DB

Color information

#CAB0DB (or 0xCAB0DB) is unknown color: approx Prelude. HEX triplet: CA, B0 and DB. RGB value is (202,176,219). Sum of RGB (Red+Green+Blue) = 202+176+219=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0DB is #354F24. Grayscale: #BCBCBC. Windows color (decimal): -3493669 or 14397642. OLE color: 14397642.

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

Color convert

RGB202176219-
CMYK0.080.2000.14
HSL276.28º37.39%77.45%-
HSV(B)276.28º19.63%85.88%-
XYZ52.6748.7273.65-
YUV188.68145.11137.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 176 (69.14% from 255) = 29.48%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=33.84%
G=29.48%
B=36.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021762190.080.2000.14276.2837.3977.45
HexCAB0DB8140E114254d
Octal312260333102401642445115
Binary110010101011000011011011100010100011101000101001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0DB; }

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

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

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

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

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

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

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

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