#CAB3CD

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

Shades of Prelude #CAB3CD

Tints of Prelude #CAB3CD

Color information

#CAB3CD (or 0xCAB3CD) is unknown color: approx Prelude. HEX triplet: CA, B3 and CD. RGB value is (202,179,205). Sum of RGB (Red+Green+Blue) = 202+179+205=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAB3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3CD is #354C32. Grayscale: #BCBCBC. Windows color (decimal): -3492915 or 13480906. OLE color: 13480906.

HSL color Cylindrical-coordinate representation of color #CAB3CD: hue angle of 293.08º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB3CD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202179205-
CMYK0.010.1300.20
HSL293.08º20.63%75.29%-
HSV(B)293.08º12.68%80.39%-
XYZ51.549.264.54-
YUV188.84137.12137.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 179 (70.31% from 255) = 30.55%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=34.47%
G=30.55%
B=34.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021792050.010.1300.20293.0820.6375.29
HexCAB3CD1D014125154b
Octal31226331511502444525113
Binary11001010101100111100110111101010100100100101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3CD; }

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

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

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

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

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

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

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

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