#CAB6DA

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

Shades of Prelude #CAB6DA

Tints of Prelude #CAB6DA

Color information

#CAB6DA (or 0xCAB6DA) is unknown color: approx Prelude. HEX triplet: CA, B6 and DA. RGB value is (202,182,218). Sum of RGB (Red+Green+Blue) = 202+182+218=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAB6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6DA is #354925. Grayscale: #BFBFBF. Windows color (decimal): -3492134 or 14333642. OLE color: 14333642.

HSL color Cylindrical-coordinate representation of color #CAB6DA: hue angle of 273.33º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAB6DA is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202182218-
CMYK0.070.1700.15
HSL273.33º32.73%78.43%-
HSV(B)273.33º16.51%85.49%-
XYZ53.7451.0773.36-
YUV192.08142.63135.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 182 (71.48% from 255) = 30.23%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=33.55%
G=30.23%
B=36.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021822180.070.1700.15273.3332.7378.43
HexCAB6DA7110F111214e
Octal31226633272101742141116
Binary11001010101101101101101011110001011111000100011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6DA; }

 p { color: rgb(202,182,218); }

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

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

 a { background-color: rgb(202,182,218); }

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

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

 span { border-color: rgb(202,182,218); }

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