#CAB9DA

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

Shades of Prelude #CAB9DA

Tints of Prelude #CAB9DA

Color information

#CAB9DA (or 0xCAB9DA) is unknown color: approx Prelude. HEX triplet: CA, B9 and DA. RGB value is (202,185,218). Sum of RGB (Red+Green+Blue) = 202+185+218=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9DA is #354625. Grayscale: #C1C1C1. Windows color (decimal): -3491366 or 14334410. OLE color: 14334410.

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

Color convert

RGB202185218-
CMYK0.070.1500.15
HSL270.91º30.84%79.02%-
HSV(B)270.91º15.14%85.49%-
XYZ54.3652.3273.56-
YUV193.84141.63133.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 185 (72.66% from 255) = 30.58%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=33.39%
G=30.58%
B=36.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021852180.070.1500.15270.9130.8479.02
HexCAB9DA7F0F10f1f4f
Octal31227133271701741737117
Binary110010101011100111011010111111101111100001111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9DA; }

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

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

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

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

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

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

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

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