#CABACE

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

Shades of Prelude #CABACE

Tints of Prelude #CABACE

Color information

#CABACE (or 0xCABACE) is unknown color: approx Prelude. HEX triplet: CA, BA and CE. RGB value is (202,186,206). Sum of RGB (Red+Green+Blue) = 202+186+206=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #CABACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABACE is #354531. Grayscale: #C0C0C0. Windows color (decimal): -3491122 or 13548234. OLE color: 13548234.

HSL color Cylindrical-coordinate representation of color #CABACE: hue angle of 288º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CABACE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202186206-
CMYK0.020.1000.19
HSL288º16.95%76.86%-
HSV(B)288º9.71%80.78%-
XYZ53.0652.1365.66-
YUV193.06135.3134.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=34.01%
G=31.31%
B=34.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021862060.020.1000.1928816.9576.86
HexCABACE2A013120114d
Octal31227231621202344021115
Binary110010101011101011001110101010010011100100000100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABACE; }

 p { color: rgb(202,186,206); }

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

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

 a { background-color: rgb(202,186,206); }

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

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

 span { border-color: rgb(202,186,206); }

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