#CAB3D0

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

Shades of Prelude #CAB3D0

Tints of Prelude #CAB3D0

Color information

#CAB3D0 (or 0xCAB3D0) is unknown color: approx Prelude. HEX triplet: CA, B3 and D0. RGB value is (202,179,208). Sum of RGB (Red+Green+Blue) = 202+179+208=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAB3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3D0 is #354C2F. Grayscale: #BDBDBD. Windows color (decimal): -3492912 or 13677514. OLE color: 13677514.

HSL color Cylindrical-coordinate representation of color #CAB3D0: hue angle of 287.59º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB3D0 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202179208-
CMYK0.030.1400.18
HSL287.59º23.58%75.88%-
HSV(B)287.59º13.94%81.57%-
XYZ51.8649.3566.47-
YUV189.18138.62137.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 179 (70.31% from 255) = 30.39%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=34.30%
G=30.39%
B=35.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021792080.030.1400.18287.5923.5875.88
HexCAB3D03E012120184c
Octal31226332031602244030114
Binary110010101011001111010000111110010010100100000110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3D0; }

 p { color: rgb(202,179,208); }

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

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

 a { background-color: rgb(202,179,208); }

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

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

 span { border-color: rgb(202,179,208); }

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